Skip to content

Overview

Preview and build your markdown files quickly in your web browser.

You can use the builtin Python Markdown parser (offline) or use the GitHub Markdown API (online) or GitLab Markdown API (online) for the conversion.

Note

If you choose the GitHub or GitLab API for conversion (set parser to github or gitlab in your settings), your code will be sent through HTTPS to GitHub or GitLab for live conversion. In case of GitHub, You'll have GitHub Flavored Markdown, syntax highlighting and EMOJI support for free ❤ 🎁. If you make more than 60 calls a day, be sure to set your GitHub API key in the settings 😄.

Features

  • Markdown preview using the python-markdown with syntax highlighting via Pygments and optional 3rd party extensions (pymdown-extensions included by default).
  • Markdown previews via the GitHub API.
  • Markdown previews via the GitLab API.
  • Ability use other external Markdown parsers.
  • Build markdown file using Sublime Text build system.
  • Browser preview auto reload on save if you have the LiveReload plugin installed.
  • Configurable CSS and JavaScript assets with overriding if needed.
  • YAML support thanks to @tommi.
  • Clipboard selection and copy to clipboard thanks to @hexatrope.
  • MathJax support : \frac{\pi}{2} thanks to @bps10.
  • HTML template customization thanks to @hozaka.
  • Embed images as base64.
  • Strip out MultiMarkdown CriticMarkup.

Support

  • Any bugs about Markdown Preview please feel free to report here.
  • And you are welcome to fork and submit pull requests.

Attribution

Markdown Preview contains a stripped down version of font awesome that is included in the default non-GitHub CSS. It contains only the icons we currently use.

https://fontawesome.com/license

License

The code is available at GitHub under the MIT license.