merman-core 0.4.0

Mermaid parser + semantic model (headless; parity-focused).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# merman-core

Headless Mermaid parser + semantic JSON model.

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

This crate focuses on:

- Diagram detection
- Parsing into a normalized semantic model (`serde_json::Value`)
- Mermaid config parsing / defaults used by downstream stages

If you also need layout and SVG, use `merman-render` (or the `merman` wrapper crate).

Parity policy and gates live in `docs/alignment/STATUS.md` in the repository.