Skip to content

Releases: sc2in/zigmark

v0.6.2

21 Apr 16:04
Immutable release. Only release title and notes can be modified.
b4ddc2e

Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

20 Apr 17:36
Immutable release. Only release title and notes can be modified.
1786e3a

Choose a tag to compare

What's new in v0.6.1

Mermaid diagram rendering

HTMLRenderer and TypstRenderer now support Mermaid diagrams via the pozeiden library.

  • mermaid and mermaidjs fenced code blocks are rendered to inline SVG in HTML output (<figure class="mermaid-diagram">) and to #image.decode calls in Typst output
  • Both renderers accept an optional renderer function — pass null or omit pozeiden to fall back to a plain fenced code block
  • pozeiden is a lazy dependency; builds without it continue to work unchanged
const html = try zigmark.renderHtmlWithMermaid(allocator, &writer, doc, pozeiden.render);

v0.5.2

01 Apr 20:28
Immutable release. Only release title and notes can be modified.
ff67b4b

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

21 Mar 18:31

Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

v0.5.0

20 Mar 19:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Mar 16:51

Choose a tag to compare

What's Changed

  • Typst Renderer by @sc2ben in #45
  • feat: add Library for managing and querying parsed Markdown documents by @sc2ben in #46

Full Changelog: v0.3.3...v0.4.0

Optimizations

18 Mar 21:45
f48d9de

Choose a tag to compare

What's Changed

  • 35 performance close the gap to cmark 240µs → 150µs by @sc2ben in #44

Full Changelog: v0.3.2...v0.3.3

What's Changed

  • 35 performance close the gap to cmark 240µs → 150µs by @sc2ben in #44

Full Changelog: v0.3.2...v0.3.3

CI changes

18 Mar 18:33

Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

Frontmatter enhancements

18 Mar 17:19
1ed6c1b

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

GFM and Tables

16 Mar 18:23

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4