Releases: pandoc-ext/diagram
Releases · pandoc-ext/diagram
v1.2.0
What's Changed
-
Added support for CeTZ diagrams that are compiled with Typst.
(Benjamin Abel) -
Allow arrays as execpaths. It's now possible to set an array as
execpath
value in the configs in order to add extra
parameters. E.g., PlantUML can be configured withexecpath: ['java', '-jar', '/path/to/plantuml.jar']
-
Fix filter when used with Quarto.
diagram v1.1.0
Released 2024-09-17.
-
Provide better errors if TikZ fails to render.
-
Use pandoc's own warn- and logging-system when possible.
-
Use SVG only as a fallback option when targeting office formats.
-
Transfer attributes from the code block to the image, unless the
attribute has a special meaning. The ID is still transferred to
the generated figure element. -
Add version field to the filter.
-
Improved docs.
diagram v1.0.0
Initial release.