A simple chrome extension to add support for mermaid syntax in github pages.
For example add this to any wiki page or markdown file in github
sequenceDiagram
A->> B: Query
B->> C: Forward query
Note right of C: Thinking...
C->> B: Response
B->> A: Forward response
This will generate a nice diagram if loaded from github. The extension will just replace the code block with the generated mermaid diagram.
From ChromeStore
Just click the link above and follow the instructions
- Enable developer mode in chrome://extensions
- Clone the repo
git clone https://github.com/Redisrupt/mermaid-diagrams
- Click on load unpacked extension
- Select the extensions folder inside the recently cloned repo
Done!
Navigate to any page in github with mermaid syntax blocks to see the extension in action