Skip to content

Releases: max-heller/mdbook-pandoc

0.7.3 - 2024-10-01

03 Oct 00:59
24b1beb
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • Prevent infinite recursion when source directory contains destination directory (#116)

Install mdbook-pandoc 0.7.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/max-heller/mdbook-pandoc/releases/download/v0.7.3/mdbook-pandoc-installer.ps1 | iex"

Download mdbook-pandoc 0.7.3

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

0.7.2 - 2024-09-14

14 Sep 20:31
3a2ffbe
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • Keep inline HTML inline (#112)

Miscellaneous Tasks

  • Update example books (#114)

Install mdbook-pandoc 0.7.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/max-heller/mdbook-pandoc/releases/download/v0.7.2/mdbook-pandoc-installer.ps1 | iex"

Download mdbook-pandoc 0.7.2

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

0.7.1 - 2024-07-22

22 Jul 14:07
256d009
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • Check for disabled = true before invoking pandoc (#108)

Install mdbook-pandoc 0.7.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/max-heller/mdbook-pandoc/releases/download/v0.7.1/mdbook-pandoc-installer.ps1 | iex"

Download mdbook-pandoc 0.7.1

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

0.7.0 - 2024-07-10

10 Jul 13:53
81d1675
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • Minimum pandoc version is actually 2.8, not 1.14 (#90)
  • Resolve links correctly when book contains exactly one chapter (#101)
  • Correctly resolve absolute-path links to be relative to book root (#103)
  • [breaking] Work around Pandoc 3.2+ breaking links to chapters (#100)
  • Replace unresolvable remote images with their descriptions (#105)
  • Fix EPUB conversion with HTML elements spanning multiple blocks (#106)

Changes

  • Raise minimum supported Rust version to 1.74 (#104)

Features

  • Preserve escape characters (or lack thereof) from Markdown source (#95)
  • Allow overriding source format and extensions through Pandoc's from option (#98)
  • disabled flag to disable rendering even if mdbook-pandoc is available (#93)

Miscellaneous Tasks

  • Fix date in CHANGELOG (#86)
  • Update cargo-dist (#92)
  • Update example rendered books (#107)

Install mdbook-pandoc 0.7.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/max-heller/mdbook-pandoc/releases/download/v0.7.0/mdbook-pandoc-installer.ps1 | iex"

Download mdbook-pandoc 0.7.0

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

0.6.4 - 2024-04-07

07 Apr 13:53
b91d56b
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • Fix withBinaryFile errors on Windows by normalizing paths with normpath instead of std::fs::canonicalize() (#84)

Install mdbook-pandoc 0.6.4

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download mdbook-pandoc 0.6.4

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

0.6.3 - 2024-04-06

06 Apr 12:12
1f61e56
Compare
Choose a tag to compare

Release Notes

Bug Fixes

  • Correctly parse pandoc versions with fewer than three components (#82)

Install mdbook-pandoc 0.6.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download mdbook-pandoc 0.6.3

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

0.6.2 - 2024-03-21

22 Mar 00:51
3760c71
Compare
Choose a tag to compare

Release Notes

Changes

  • Upgrade pulldown-cmark-to-cmark to 13.0 (#77)

Documentation

  • Improve rendering of example books (#79)

Install mdbook-pandoc 0.6.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download mdbook-pandoc 0.6.2

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

0.6.1 - 2024-03-19

19 Mar 12:17
059b397
Compare
Choose a tag to compare

Release Notes

Features

  • Hide/show hidden lines in code blocks (#76)

Install mdbook-pandoc 0.6.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download mdbook-pandoc 0.6.1

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

0.6.0 - 2024-03-16

16 Mar 17:40
62a6ad9
Compare
Choose a tag to compare

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

0.5.0 - 2024-02-10

10 Feb 21:58
0c90762
Compare
Choose a tag to compare

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