diff --git a/docs/flowchart.md b/docs/flowchart.md index 11ceab201a..ff8efd15a7 100644 --- a/docs/flowchart.md +++ b/docs/flowchart.md @@ -77,7 +77,7 @@ graph LR ``` graph LR - id1(This is the text in the circle) + id1((This is the text in the circle)) ``` ### A node in an asymetric shape @@ -223,4 +223,4 @@ graph LR B --> C{Decision} C -->|One| D[Result one] C -->|Two| E[Result two] -``` \ No newline at end of file +```