Skip to content

Browser extension to render Mermaid diagrams in web pages.

License

Notifications You must be signed in to change notification settings

bszente/mermaid-render-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mermaid Render Browser Extension

Simple browser extension to render Mermaid diagrams in web pages.

Supported web pages:

  • Bitbucket
  • Pandoc generated HTML files

Install

Supported browsers:

From source in Chrome/Chromium

  1. Clone the repository:

    git clone https://github.com/bszente/mermaid-render-extension.git
    
  2. Enable Developer mode in chrome://extensions (More tools -> Extensions)

  3. Click on Load unpacked button

  4. Select the cloned repository folder

Privacy

The extension does not use any cloud services to display the diagrams. It just injects the Mermaid JavaScript source file and replaces those <pre><code> elements that may contain diagrams with <div class="mermaid"> elements. All the rendering is done client side in the browser.

About

Browser extension to render Mermaid diagrams in web pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published