Skip to content

v3.4.3

Choose a tag to compare

@aaronsb aaronsb released this 19 Feb 16:43
· 316 commits to main since this release

Fixed

  • Mermaid GitHub compatibility: Added guidance to the docs way about using <br> instead of \n for line breaks in Mermaid node labels. GitHub's Mermaid renderer renders \n as literal text rather than a newline — this documents the correct approach and includes a before/after example.