Skip to content

Mermaid Flowchart Chinese Characters Truncated in Mdmdt #59

@fredme

Description

@fredme

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
Loading

Preview the flowchart in Typora

Image

Environment:
Typora Version: 1.10.10 (7411)
Theme Name & Version: v0.2.11
Operating System: macOS 15.5 (24F74)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions