Skip to content

Releases: solworktech/md2pdf

v2.2.18

10 Jun 18:20
Compare
Choose a tag to compare

Changelog

  • b15e07d Line wrap long strings in code blocks.
  • 0be25f0 adjust references to md2pdf as it now resides under github.com/solworktech

v2.2.17

09 Jun 16:03
Compare
Choose a tag to compare

Changelog

v2.2.16

30 May 19:57
Compare
Choose a tag to compare

Changelog

v2.2.15

18 May 19:38
Compare
Choose a tag to compare

Changelog

  • ca7e9c4 Unordered lists: - will be translated to circular bullets () as before, + and * will be translated to square bullets () . Padding between bullet char and text was also reduced.
  • ca7e9c4 Support 'md' extension (or any other for that matter) for testfiles
  • 3b913ba Remove note about dashes in bullets from the Known Issues section as it was addressed

v2.2.14

18 May 17:16
Compare
Choose a tag to compare

Changelog

  • 67f770b - Latest versions for deps - Build against Go 1.23.0 (needed because of golang/go#71984)
  • 0e9b49f - fix empty cells in tables #20 - fix table cell text overflow outside (scan tables first and find max length) - fix bold/italic breaks table layout
  • 9ac2bee A more elaborate table test, following #71
  • 8850fd9 Bump golang.org/x/net from 0.37.0 to 0.38.0
  • 711549d Fix tests: need to enable relevant PdfRenderer.Extensions.
  • f51f24b update gohighlight submodule

v2.2.13

05 Mar 23:57
Compare
Choose a tag to compare

Changelog

  • b142e71 Document --version option
  • 2ca38c5 Output commit hash and build time in addition to version

v2.2.12

05 Mar 23:42
Compare
Choose a tag to compare

Changelog

  • 19312e0 Added --version flag
  • 3544e4c Include man page
  • df73357 declare syntax files as "config|noreplace"

v2.2.11

12 Feb 00:25
Compare
Choose a tag to compare

Changelog

  • First release of Deb and RPM packages
  • 86fa9aa md2pdf.go: check for syntax files under /usr/share/mdtopdf/syntax_files, which is where the Deb and RPM packages place them

v2.2.10

11 Feb 23:51
Compare
Choose a tag to compare

Changelog

v2.2.8

11 Feb 19:54
Compare
Choose a tag to compare

Changelog

  • 3796f64 Adjust usage to reflect custom theme option
  • 2b9d9df reference v2 in README and md2pdf