UNPKG
markdown-to-file
Version:
latest (1.5.4)
1.5.4
1.5.3
1.5.1
1.5.0
1.4.6
1.4.5
Convert Markdown to PDF
github.com/wll8/markdown-to-file
wll8/markdown-to-file
markdown-to-file
/
test
/
suite
/
mermaid.md
11 lines
(9 loc)
•
182 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
#
Mermaid
```
mermaid
graph
TD
A
[Christmas]
--
>|
Get
money
|
B
(Go shopping)
B
--
>
C
{
Let
me
think
}
C
--
>|
One
|
D
[Laptop]
C
--
>|
Two
|
E
[iPhone]
C
--
>|
Three
|
F
[Car]
```