mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 16:59:48 +02:00
Fix code block typo
Previously, the h4 line "#### Using Dagre Layout with Classic Look:" was included at the bottom of the previous Example configuration code block. Now it renders as a h4
This commit is contained in:
@@ -149,9 +149,10 @@ flowchart LR
|
|||||||
B -->|Option 1| C[Path 1]
|
B -->|Option 1| C[Path 1]
|
||||||
B -->|Option 2| D[Path 2]
|
B -->|Option 2| D[Path 2]
|
||||||
|
|
||||||
#### Using Dagre Layout with Classic Look:
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Using Dagre Layout with Classic Look:
|
||||||
|
|
||||||
Another example:
|
Another example:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user