Skip to content

v0.5.0

Compare
Choose a tag to compare
@lucaslrodri lucaslrodri released this 10 Aug 04:13
· 8 commits to main since this release

🚨 Breaking Changes

  • Significant changes to Jinja2 rendering:
    • Replaced the default Jinja2 syntax with a custom one to avoid clashes with LaTeX braces ({}). Please refer to the documentation for more details.
    • With the new syntax, conflicts with LaTeX are significantly reduced, thus Jinja2 is now enabled by default and has become a mandatory dependency.
    • Added a --no-jinja flag to allow optional disabling of Jinja2 rendering.