Skip to content

Releases: pandoc-ext/diagram

v1.2.0

01 Oct 07:01
v1.2.0
Compare
Choose a tag to compare

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 with

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

diagram v1.1.0

17 Sep 08:21
v1.1.0
Compare
Choose a tag to compare

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

22 May 09:52
v1.0.0
Compare
Choose a tag to compare

Initial release.