Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 541 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 541 Bytes

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