mermaid-diagrams icon

mermaid-diagrams

Extension Actions

CRX ID
phfcghedmopjadpojhmmaffjmfiakfil
Description from extension meta

Enable `Mermaid diagrams` on github wiki and markdown files

Image from store
mermaid-diagrams
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

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 ~
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 ~
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
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
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.
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.
Bizhan Aminipour
It doesn't work outside of github :/
Bizhan Aminipour
It doesn't work outside of github :/
Anonymous
Awesome! I wanted to be able to see rendered mermaid diagrams in github - so thanks for making that happen!