Strapdown-it
A variant of strapdownjs that uses the extensible markdown-it parser to render markdown files according to the CommonMark Spec
Features
- MathJax within markdown through the
markdown-it-mathjax
plugin. Use
\\(...\\)
for inline math,\\[...\\]
for displayed math. - Pandoc style footnotes through the markdown-it-footnote plugin.
- Code highlighting with highlightjs.
- Bootswatch themes.
Provenance
Based on Artur Adib's strapdownjs.