Releases: sc2in/zigmark
Releases · sc2in/zigmark
v0.6.2
Immutable
release. Only release title and notes can be modified.
v0.6.1
Immutable
release. Only release title and notes can be modified.
What's new in v0.6.1
Mermaid diagram rendering
HTMLRenderer and TypstRenderer now support Mermaid diagrams via the pozeiden library.
mermaidandmermaidjsfenced code blocks are rendered to inline SVG in HTML output (<figure class="mermaid-diagram">) and to#image.decodecalls in Typst output- Both renderers accept an optional renderer function — pass
nullor omit pozeiden to fall back to a plain fenced code block pozeidenis a lazy dependency; builds without it continue to work unchanged
const html = try zigmark.renderHtmlWithMermaid(allocator, &writer, doc, pozeiden.render);v0.5.2
Immutable
release. Only release title and notes can be modified.
v0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- IO Streaming by @sc2ben in #47
- AST Modification by @sc2ben in #48
- Develop/fuzzing by @tsunaminoai in #49
New Contributors
- @tsunaminoai made their first contribution in #49
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Optimizations
CI changes
Full Changelog: v0.3.1...v0.3.2