aboutsummaryrefslogtreecommitdiffhomepage
path: root/snippets/mermaid_simple_diagram
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/mermaid_simple_diagram')
-rw-r--r--snippets/mermaid_simple_diagram8
1 files changed, 8 insertions, 0 deletions
diff --git a/snippets/mermaid_simple_diagram b/snippets/mermaid_simple_diagram
new file mode 100644
index 0000000..9a7d25d
--- /dev/null
+++ b/snippets/mermaid_simple_diagram
@@ -0,0 +1,8 @@
1graph TD
2 A[Enter Chart Definition] --> B(Preview)
3 B --> C{decide}
4 C --> D[Keep]
5 C --> E[Edit Definition]
6 E --> B
7 D --> F[Save Image and Code]
8 F --> B