Releases: opf/md-to-pdf
Releases · opf/md-to-pdf
v0.1.5
What's Changed
- feat: support for html tables cell borders styles
- feat: support for html tables cell outer border (overwrites cell border)
- feat: support for lists styles
decimal
,lower-latin
,lower-roman
,upper-latin
,upper-roman
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- fix: smart header feature to avoid dangling header rows on page breaks with height measurements
- fix: avoid split of alert box first line on page breaks
Full Changelog: v0.1.3...v0.1.4
v0.1.3
v0.1.2
What's Changed
- feat: support page break markers
- feat: support for line breaks and paragraphs in html tables
Full Changelog: v0.1.1...v.0.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