v0.8.0
v0.8.0 (2026-04-18)
This release is published under the MIT License.
Features
- mermaid: Preprocess sequence diagrams for mermaid-ascii compatibility (
a642576)
mermaid-ascii only parses ->> / -->> arrows, participants, and self-loops; every other common sequence-diagram construct made it fail and fall back to raw source. Rewrite Note lines into self-loops, map -> / -x / --x / -) / --) /
-- > onto the supported arrow pair, drop block keywords (loop/alt/activate/ autonumber/end/…), and flatten
to ' / '. Non-sequence diagrams pass through unchanged.
Detailed Changes: v0.7.3...v0.8.0