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