v0.18.0 - now based on Pandoc's containers
This release bumps the minor version because of a major change to how the container is built (using the existing Pandoc containers instead of compiling Pandoc from source). There is also a minor change to the spacing of nested bulleted lists, and paragraphs in table cells.
What's Changed
- use pandoc containers as a base instead of building pandoc ourselves by @chrisfenner in #233
- improve fixups for diff documents and compile diff documents in -interaction=nonstopmode by @chrisfenner in #234
- don't change spacing in 'tight lists' by @chrisfenner in #235
- make parskip inside a table the same as outside by @chrisfenner in #236
- update some dependencies for actions, start building arm64 releases, … by @chrisfenner in #237
Full Changelog: v0.17.3...v0.18.0