This Chrome extension autodetects GitHub Flavored Markdown code blocks with the mermaid language (http://knsv.github.io/mermaid/), and automatically renders the resulting chart.
- Clone repo
- Go to manage Chrome Extentions: chrome://extensions/
- Tick to enable Developer mode
- Load unpacked extension
- Select the repo folder
sequenceDiagram
A->>B: Hello
Note right of B: B stares at A awkwardly for a moment
B-->>A: Oh, hello!
Just edit manifest.json
, change the css
value to one of these:
- mermaid.css
- mermaid.dark.css
- mermaid.forest.css