/mermaid-for-github-chrome-extention

Mermeid.js Chrome extention for GitHub and Gist

Primary LanguageJavaScriptOtherNOASSERTION

mermaid-for-github-chrome-extention

mermaid version: 8.0.0-rc.8
MD5 (mermaid.js) = afd22ae60b87ad03fab277554f0f3d25

This is Chrome extention which apply mermeid.js to GitHub and Gist.

before after

usage

Code blocks with language type mermaid are replaced to charts.

```mermaid
graph LR
  a --> b
```

installation

  1. clone this repository to local
  2. open chrome://extensions/
  3. enable "Developer mode"
  4. click "LOAD UNPACKED" and select "extention" directory of this repository