You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Mermaid flowcharts with Chinese characters in Typora while applying the [Mdmdt] theme, some Chinese characters are displayed incompletely (truncated).
mermaid code:
graph TD
A[开始] --> B{条件判断}
B --> |Yes| C[执行操作A]
B --> |No| D[执行操作B]
C --> E[结束 ]
D --> E
When using Mermaid flowcharts with Chinese characters in Typora while applying the [Mdmdt] theme, some Chinese characters are displayed incompletely (truncated).
mermaid code:
graph TD A[开始] --> B{条件判断} B --> |Yes| C[执行操作A] B --> |No| D[执行操作B] C --> E[结束 ] D --> EPreview the flowchart in Typora
Environment:
Typora Version: 1.10.10 (7411)
Theme Name & Version: v0.2.11
Operating System: macOS 15.5 (24F74)