Releases: opf/md-to-pdf
Releases · opf/md-to-pdf
v0.1.2
v0.1.1
What's Changed
- fix(table): don't crash with subtable-cell in header rows
Full Changelog: v0.1.0...v0.1.1
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
v0.0.27
v0.0.26
What's Changed
- fix(tasklists): support nested tasklists and tasklist items with or without any text
Full Changelog: v0.0.25...v0.0.26
v0.0.25
What's Changed
- feat(html table cell): better support for html lists
Full Changelog: v0.0.24...v0.0.25
v0.0.24
What's Changed
- fix(html table cell): allow set a cell background color of empty cells; custom color overwrites default header color
Full Changelog: v0.0.23...v0.0.24
v0.0.23
What's Changed
- feat(html table cell): allow set a cell background color with style attribute
Full Changelog: v0.0.22...v0.0.23
v0.0.22
v0.0.21
- chore(dependencies): commonmarker 1.x gem removed the possibility to parse and get the markdown AST; switched to markly fork