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!];
- Test in github.com (works)
- Test in github.ibm.com