mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-04 14:49:46 +02:00
Parser implementation step 1, not complete
This commit is contained in:
12
docs/diagrams/test.mmd
Normal file
12
docs/diagrams/test.mmd
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
config:
|
||||
theme: redux-dark
|
||||
look: neo
|
||||
layout: elk
|
||||
---
|
||||
flowchart TB
|
||||
A[Start is the begining] --Get Going--> B(Continue Forward man)
|
||||
B --> C{Go Shopping}
|
||||
C -- One --> D[Option 1]
|
||||
C -- Two --> E[Option 2]
|
||||
C -- Three --> F[fa:fa-car Option 3]
|
Reference in New Issue
Block a user