Merge pull request #5993 from jakebeamish/patch-1

Fix code block typo in syntax-reference.md
This commit is contained in:
Sidharth Vinod
2025-04-18 01:24:15 -07:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -192,9 +192,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:
``` ```

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