Skip to content

v0.58.0

Choose a tag to compare

@gazerro gazerro released this 04 Dec 14:50
· 87 commits to main since this release

This release fixes the following issues:

  • Fixed a panic in the Scriggo command when trying to import or extend a non-existent file.
  • Fixed rendering issues when a non-Markdown file is rendered inside a Markdown context.

Additionally, files with the ".mdx" extension are now treated as Markdown files by default.

We’ve added the MarkdownConverter method to native.Env. A function or method, whether passed globally or imported into a template, can now use this method to retrieve the Markdown converter passed when building the template.

Finally, the scriggo serve command now enables support for footnotes in Markdown parsing.

Changes