Chrome extension to render markdown files within chrome according to the CommonMark Spec using the extensible markdown-it parser.
Can be set to periodically reload to reflect changes in the document.
- MathJax within markdown. Use
\(...\)
for inline math,\[...\]
for displayed math. - Pandoc style footnotes through the markdown-it-footnote plugin.
- Code highlighting with highlightjs.
- Bootswatch themes.
- Live editing by periodic reloading.
- Download source from GitHub
- Open the Chrome
chrome://extensions
page in developer mode, and load as an unpacked extension. - Check "Allow access to file URLs" in the listing on the
chrome://extensions
page. - Open a local or remote markdown file in Chrome.
Based on volca's fork of Boris Smus' markdown preview.