diff --git a/content/flowchart.md b/content/flowchart.md index 00da49f..1b720c0 100644 --- a/content/flowchart.md +++ b/content/flowchart.md @@ -13,6 +13,11 @@ graph TD This declares a graph oriented from left to right. +```mermaid +graph LR + Start --> Stop +``` + Possible directions are: * TB - top bottom @@ -22,11 +27,6 @@ Possible directions are: * TD - same as TB -```mermaid -graph LR - Start --> Stop -``` - ## Nodes & shapes ### A node (default)