Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

46 lines (27 loc) · 1.05 KB

diagram

The diagram filter is versioned using Semantic Versioning.

v1.2.0

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 with

    execpath: ['java', '-jar', '/path/to/plantuml.jar']
  • Fix filter when used with Quarto.

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.

v1.0.0

Released 2023-05-22.

  • First release of the Lua filter; may it live long and prosper.