markdown-it-mathjax-svg-next
v1.0.1
Published
MathJax SVG plugin for markdown-it.
Downloads
22
Maintainers
Readme
markdown-it-mathjax-svg-next
Install
npm install --save markdown-it-mathjax-svg-nextUsage
const md = require('markdown-it')()
.use(require('markdown-it-mathjax-svg-next'), opts)The opts object can contain:
Name | Description | Default
------------------|----------------------------------------------------------------|-----------------------------------
marker | marker of mathjax block | ```
Runkit Example
- https://runkit.com/embed/fnh43kvgbbko
