mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-07 21:14:27 +01:00
- Fixed backtick stripping in node text processing (exitStyledVertex) - Fixed nested markdown detection in quoted subgraph titles - Added titleType tracking to subgraph stack for proper type propagation - Enhanced extractTextWithType method with nested quote/backtick handling - All markdown tests now passing (flow-md-string.spec.js and flow-node-data.spec.js) Pass rate improved from 98.5% to 98.7% (935/947 tests) Only 9 failing tests remaining - all text processing edge cases!