docs(flowchart): fix the example code of Markdown Strings

This commit is contained in:
kimulaco
2025-05-18 08:36:43 +09:00
parent 015afc53d5
commit 6f5d889f19
2 changed files with 3 additions and 0 deletions

View File

@@ -1600,6 +1600,7 @@ flowchart LR
The "Markdown Strings" feature enhances flowcharts and mind maps by offering a more versatile string type, which supports text formatting options such as bold and italics, and automatically wraps text within labels. The "Markdown Strings" feature enhances flowcharts and mind maps by offering a more versatile string type, which supports text formatting options such as bold and italics, and automatically wraps text within labels.
```mermaid-example ```mermaid-example
---
config: config:
flowchart: flowchart:
htmlLabels: false htmlLabels: false
@@ -1616,6 +1617,7 @@ end
``` ```
```mermaid ```mermaid
---
config: config:
flowchart: flowchart:
htmlLabels: false htmlLabels: false

View File

@@ -980,6 +980,7 @@ flowchart LR
The "Markdown Strings" feature enhances flowcharts and mind maps by offering a more versatile string type, which supports text formatting options such as bold and italics, and automatically wraps text within labels. The "Markdown Strings" feature enhances flowcharts and mind maps by offering a more versatile string type, which supports text formatting options such as bold and italics, and automatically wraps text within labels.
```mermaid-example ```mermaid-example
---
config: config:
flowchart: flowchart:
htmlLabels: false htmlLabels: false