Skip to content

0.6.0 - 2024-03-16

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 17:40
· 33 commits to main since this release
62a6ad9

Release Notes

Bug Fixes

  • Replace redirects that can't be resolved with links to hosted HTML (#67)

Features

  • [breaking] Upgrade pulldown-cmark to 0.10 and pulldown-cmark-to-cmark to 12.0 (#70)

    This is not an API-breaking change but involves significant changes to the Commonmark parser and renderer and may therefore result in changes to rendered books.

  • Wrap long lines in code blocks (#60)

Install mdbook-pandoc 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-heller/mdbook-pandoc/releases/download/v0.6.0/mdbook-pandoc-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/max-heller/mdbook-pandoc/releases/download/v0.6.0/mdbook-pandoc-installer.ps1 | iex

Download mdbook-pandoc 0.6.0

File Platform Checksum
mdbook-pandoc-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
mdbook-pandoc-x86_64-apple-darwin.tar.xz macOS Intel checksum
mdbook-pandoc-x86_64-pc-windows-msvc.zip Windows x64 checksum
mdbook-pandoc-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum
mdbook-pandoc-x86_64-unknown-linux-musl.tar.xz musl Linux x64 checksum