v0.1.0
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