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