Skip to content

ewan-chalmers/test-mermaid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published