Releases: solworktech/md2pdf
Releases · solworktech/md2pdf
v2.2.18
v2.2.17
v2.2.16
v2.2.15
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
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