Skip to content

Commit 673e94a

Browse files
authored
fix(examples): forgotten mermaid diagram example (tldraw#8916)
quick "oops" here, forgot to add a mermaid diagram as an example ### Change type - [ ] `bugfix` - [x] `improvement` - [ ] `feature` - [ ] `api` - [ ] `other`
1 parent 325dfe1 commit 673e94a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • apps/examples/src/examples/use-cases/mermaid-pasting

apps/examples/src/examples/use-cases/mermaid-pasting/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,14 @@ Supported diagrams:
1818
- State
1919
- Sequence
2020
- Mindmap
21+
22+
Example:
23+
24+
```
25+
graph TD
26+
A[Start] --> B{Is it correct LALA?}
27+
B -- Yes --> C[Display Diagram]
28+
B -- No --> D[Edit Code]
29+
D --> B
30+
C --> E[End]
31+
```

0 commit comments

Comments
 (0)