Changelog for https://github.com/mbarkhau/markdown-svgbob
- fix requirements specifier
- Upgrade svgbob binaries to 0.5.5
- Upgrade to svgbob 0.6.2 for Linux
- Packaging with lib3to6==202108.1048
I can't get newer binaries for windows or macos, contributions to svgbob would be welcome. ivanceras/svgbob#35
- Fix: False positive warning due to 'toc' extension.
- Fix: Close file descriptiors of Popen
- Add support for blocks with extra backticks
- Fix related to #14: Since
Markdown>=3.3
support for Markdown in HTML was broken.
- Fix:
bg_color
not updated in some cases
- Fix #2: Ignore trailing whitespace after closing fence.
- Add:
min_char_width
option. Allows diagrams in a document to have a uniform scale.
- Fix: Bad image substitution when markdown has multiple diagrams
- Fix: Bad parsing of fences
- Fix: use PEP 508 environment marker to not always install the
typing
package. Fixes gitlab#1
- Add:
bg_color
andfg_color
options
- Fix: better error reporting
- Fix: cleanup temp dir
- Initial release