Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 445 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 445 Bytes

reveal-md-mermaid

A simple reveal-md plugin to support mermaid diagrams

Usage

Put reveal-mermaid.js somewhere, and use it together with mermaid.js in the reveal-md.json file:

{
    "scripts": "${path to mermaid.js}  ${path to reveal-mermaid.js}"
}

Check here on how to use plugin