0.0.3 • Published 6 years ago

markdown-it-mermaid-fence-new v0.0.3

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

markdown-it-mermaid-fence-new

markdown-it plugin for fenced mermaid This is a revive of the now dissapeared markdown-it-mermaid-fence project, originally developed by Koki Oyatsu

Install

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

Usage

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

The opts object can contain:

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