Skip to content

v0.1.0

Compare
Choose a tag to compare
@as-op as-op released this 24 Jun 13:35
· 13 commits to main since this release
f522be9

What's Changed

  • feat: add support for mermaid diagrams if mermaid-cli is installed and available in the PATH
  • feat: add support for Github alert blockquotes

BREAKING:

  • styles now require a ˚alerts˚ key with settings for the alert blockquotes (see docs/STYLING.md)
  • command line tool parameters have been fixed to match the documentation
  • Module users need to implement mermaid_cli_enabled? and return true to enable mermaid diagrams
  • Module users need to call pdf_init_md2pdf_fonts(pdf) for Github alert blockquotes

Full Changelog: v0.0.27...v0.1.0