mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-26 23:19:07 +00:00
Four labels in a flowchart wrote a backslash and an n to break a line. Mermaid has no escape for that, so it printed the two characters inside the node instead of wrapping. The labels are now markdown strings carrying a real line break, which also auto-wrap. The <br/> tags elsewhere in these diagrams are left alone. Mermaid enables HTML labels by default and this repository overrides no Mermaid config, so they render correctly.