Overview of Markdown Preview for Sublime Text
masterMarkdown Preview is a Sublime Text plugin that allows you to preview and build markdown files in a web browser. It supports multiple conversion engines:
- Python Markdown (Offline): Uses the
python-markdownparser with Pygments for syntax highlighting. It includespymdown-extensionsby default. - GitHub Markdown API (Online): Converts markdown using GitHub's official API.
- GitLab Markdown API (Online): Converts markdown using GitLab's API.
- External Parsers: Supports the use of other external Markdown parsers.
Key capabilities include MathJax support for mathematical notation, YAML support, image embedding as base64, and the ability to build markdown files using the Sublime Text build system.