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:
Jake Beamish
2024-10-23 15:03:36 +01:00
committed by GitHub
parent d16e46a386
commit eddd8313c9

View File

@@ -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:
``` ```