Releases: LaurentRDC/pandoc-plot
Releases · LaurentRDC/pandoc-plot
1.9.1
Release 1.9.1
- Fixed an issue where extra parameters were not passed down to
pandoc
, depending on the output format (#38).
1.9.0
Release 1.9.0
- Added support for Mermaid, thanks to a contribution by Sanchayan Maity (#74).
1.7.0
Release 1.7.0
- Added support for the declarative diagram language D2, thanks to a contribution by Sanchayan Maity (#60).
- Added support for
optparse-applicative
v0.18.
1.6.2
Release 1.6.2
- Fixed some imports which were removed in
mtl-2.3
.
1.6.1
Release 1.6.1
- Fixed an issue where figure attributes were lost, which prevent other filters (e.g. pandoc-crossref) from working in conjunction with pandoc-plot.
1.6.0
Release 1.6.0
- Support for pandoc 3. Support for older pandoc version has also been dropped (pandoc 2.19 and earlier).
1.5.5
Release 1.5.5
- Fixed an issue where there was a race condition when rendering multiple identical figures (#53).
1.5.4
Release 1.5.4
- Fixed an issue where graphviz plots in vector format were cropped when a DPI was specified (#40).
1.5.3
Release 1.5.3
- Fixed an issue where the
tight_bbox
option for Matplotlib plots was ignored (#48)
1.5.2
Release 1.5.2
- Overhauled the way executables are handled. This fixes an issue where executables specified in documents (rather than configuration) were ignored (#46).