The diagram filter is versioned using Semantic Versioning.
Released 2024-10-01.
-
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.
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.
Released 2023-05-22.
- First release of the Lua filter; may it live long and prosper.