merman-render 0.2.0

Headless layout + SVG renderer for Mermaid (parity-focused; upstream SVG goldens).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# merman-render

Headless layout + SVG renderer for Mermaid.

Baseline: Mermaid `@11.12.3` (upstream Mermaid is treated as the spec).

This crate provides:

- Layout (geometry + routes) on top of the semantic model from `merman-core`
- SVG output with parity-oriented DOM comparison against upstream baselines

If you want a single ergonomic API surface, use the `merman` crate with the `render` feature.

Parity dashboards and automation live in `docs/alignment/STATUS.md` in the repository.