Release Date: March 11, 2026
This update significantly expands the rendering engine with four new content format supports, covering more use cases for Markdown-to-image conversion.
- Use
```plantumlcode blocks to render UML diagrams (sequence, class, use case, activity diagrams, etc.). - Powered by the PlantUML public server, producing high-quality SVG output with no local Java installation required.
- Use
```infographiccode blocks to render infographic visualizations. - Integrates the AntV Infographic engine with ~200 built-in infographic templates.
- Supports list, flow, comparison, and many other layout types.
- Two syntax options:
[text]{annotation}and[text]^(annotation). - Mono ruby: when character count matches syllable count, each character is individually annotated.
- Smart matching: truncates extra syllables when they exceed characters; wraps as a group when characters exceed syllables.
- Supports spaces,
ยท, andใปas syllable delimiters.
- Added support for
\(...\)inline math and\[...\]display math syntax. - Automatically converted to remark-math compatible format, working alongside existing
$...$/$$...$$syntax.






