From 09adb03f61e842f19d0ccd7766fe36bfbfa69a6c Mon Sep 17 00:00:00 2001 From: Prof Gra Date: Thu, 1 Jan 2015 19:37:33 +0100 Subject: [PATCH] Flowchart doc: Text in the circle now in a circle Added parens. --- docs/flowchart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```