## Problem Flowchart diagrams using Mermaid syntax fail to render properly, despite flowcharts being a core Mermaid feature since its inception in 2014. ### Example ```mermaid graph TD A[Start] --> B[Process] B --> C[End] ``` This does not render in MacDown v0.8.0d71. ## Impact - Breaks diagram functionality for documentation - Flowcharts are one of the most common Mermaid diagram types - Subsequent diagrams may also break after a failed flowchart ## Source Based on issue #1343 from MacDownApp/macdown https://github.com/MacDownApp/macdown/issues/1343 ## Priority HIGH - Core functionality for technical documentation ## Implementation Notes - Review Mermaid library version and configuration - Test various flowchart syntaxes - Related to issue about updating Mermaid to v11
Problem
Flowchart diagrams using Mermaid syntax fail to render properly, despite flowcharts being a core Mermaid feature since its inception in 2014.
Example
graph TD A[Start] --> B[Process] B --> C[End]This does not render in MacDown v0.8.0d71.
Impact
Source
Based on issue #1343 from MacDownApp/macdown
MacDownApp/macdown#1343
Priority
HIGH - Core functionality for technical documentation
Implementation Notes