Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

test-mermaid

Test whether mermaid in markdown works.

If it does, this will render a diagram:

flowchart TD;
A[Deploy to Production] --> B{Is it Friday?};
B -- Yes --> C[Do not deploy!];
B -- No --> D[Run deploy.sh to deploy];
C ----> E[Enjoy your weekend!];
D ----> E[Enjoy your weekend!];
Loading

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors