Parse a single Mermaid diagram body. Returns null when the body is syntactically valid; otherwise returns the structured violation.
null
Raw diagram body (everything between the opening ```mermaid and the closing ```), exactly as it would be rendered.
```mermaid
```
Parse a single Mermaid diagram body. Returns
nullwhen the body is syntactically valid; otherwise returns the structured violation.