Skip to content

0.5.0 - 2024-02-10

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 21:58
· 38 commits to main since this release
0c90762

Release Notes

Changes

  • Bump minimum supported Rust version (MSRV) to 1.71

Features

  • Emulate Pandoc's cell-wrapping behavior for tables to prevent wide tables from overflowing the page (#63)
  • Added a hosted-html option to specify the URL of a hosted HTML version of the book. If set, relative links that can't be resolved within the book will be translated to links to the hosted version of the book (#66)

Install mdbook-pandoc 0.5.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download mdbook-pandoc 0.5.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