Skip to content

Releases: opf/md-to-pdf

v0.1.2

17 Sep 10:02
fe05b4f
Compare
Choose a tag to compare

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

26 Jun 14:23
32603f0
Compare
Choose a tag to compare

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

24 Jun 13:35
f522be9
Compare
Choose a tag to compare

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

11 Jun 07:39
8772c79
Compare
Choose a tag to compare

What's Changed

  • fix(tables): better image handling in table cells in #7
  • fix(tables): better image handling in table autosizing in #8

Full Changelog: v0.0.26...v0.0.27

v0.0.26

04 Mar 09:57
8f14736
Compare
Choose a tag to compare

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

15 Feb 13:27
82c2b5c
Compare
Choose a tag to compare

What's Changed

  • feat(html table cell): better support for html lists

Full Changelog: v0.0.24...v0.0.25

v0.0.24

05 Feb 16:35
04d22bf
Compare
Choose a tag to compare

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

15 Jan 14:04
4952148
Compare
Choose a tag to compare

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

02 Jan 15:03
bbda8ad
Compare
Choose a tag to compare
  • fix(markly): follow renamed property

v0.0.21

02 Jan 14:42
6f234cc
Compare
Choose a tag to compare
  • chore(dependencies): commonmarker 1.x gem removed the possibility to parse and get the markdown AST; switched to markly fork