0.2.0 • Published 6 years ago

markdown-it-mermaid-fence v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

markdown-it-mermaid-fence

Install

npm install --save markdown-it-mermaid-fence

Usage

  const md = require('markdown-it')()
    .use(require('markdown-it-mermaid-fence'), opts)

The opts object can contain:

NameDescriptionDefault
markermarker of mermaid block`
thememermaid theme'default'
ganttAxisFormatmermaid gannt Axis Format'%Y-%m-%d'

Runkit Example

  • (not yet)