Description from extension meta
Enable `Mermaid diagrams` on github wiki and markdown files
Image from store
Description from store
Enable `Mermaid diagrams` on github wiki and markdown files like the ones found here: http://knsv.github.io/mermaid/index.html.
For example add this to any wiki page or markdown file in github
```mermaid
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 diagram.
Latest reviews
- (2023-03-21) Marcelo Fernández (Respuesta Digital): I'm using ok this extension on google docs, I only have a problem with the invisible lines sintax (B~~~ Bcm2). I guess there is a problem with the special character ~
- (2022-01-11) Simon Pratt: It doesn't allow you to modify the sites it can work against, preventing me from using it with the private github server I need to use. Unable to comment on the quality of the plugin, otherwise
- (2021-04-13) Andrew Stanton: I wanted this to work, but it doesnt. There is just a blank space where the chart text was and where the image should be.
- (2019-02-17) Bizhan Aminipour: It doesn't work outside of github :/
- (2018-09-13) Awesome! I wanted to be able to see rendered mermaid diagrams in github - so thanks for making that happen!