mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 06:49:47 +02:00
chore: Dummy test
This commit is contained in:
@@ -7,7 +7,7 @@ describe('Graph', () => {
|
|||||||
A[Christmas] -->|Get money| B(Go shopping)
|
A[Christmas] -->|Get money| B(Go shopping)
|
||||||
B --> C{Let me think}
|
B --> C{Let me think}
|
||||||
C -->|One| D[Laptop]
|
C -->|One| D[Laptop]
|
||||||
C -->|Two| E[iPhone]
|
C -->|Two| E[iPad]
|
||||||
C -->|Three| F[fa:fa-car Car]
|
C -->|Three| F[fa:fa-car Car]
|
||||||
`,
|
`,
|
||||||
{ flowchart: { htmlLabels: false }, fontFamily: 'courier' }
|
{ flowchart: { htmlLabels: false }, fontFamily: 'courier' }
|
||||||
|
Reference in New Issue
Block a user