Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@tarleb tarleb released this 01 Oct 07:01
· 1 commit to main since this release
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 with

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