mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 08:19:43 +02:00
add more tests in cli_test-samples: flowchart, sequence, gantt, gitgraph, load html in phantomjs and save screenshot png
This commit is contained in:
5
test/fixtures/samples/flowchart_text2.mmd
vendored
Normal file
5
test/fixtures/samples/flowchart_text2.mmd
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
graph TD;
|
||||
A-->B;
|
||||
A-->C;
|
||||
B-->D;
|
||||
C-->D;
|
Reference in New Issue
Block a user