Converts and previews markdown files (.md, .markdown) to HTML(include TOC) right inside Chrome and support live reload
Automatically parses markdown files (.md) into HTML with live reload
Usage:
1. Install extension from webstore (creates no new UI)
2. Check "Allow access to file URLs" in chrome://extensions listing:
3. Open local or remote .md file in Chrome.
4. See nicely formatted HTML!
Note: The auto reload feature is disabled default.
## Features
* Support auto reload.
* Support external css file.
* Customize theme for every md file.
* Support github flavored markdown.
* Export nicely formatted HTML.
* Support render Katex, Mermaid.
The extension is open source. https://github.com/volca/markdown-preview
## Release Notes
### 0.8.3 ###
Fixes a bug for highlight code
### 0.8.2 ###
Restore plantuml rendering capability
### 0.8.1 ###
* Update mermaid to v10.2.0
* Update katex to latest version
* Update marked to v5.0.2
* Remove supports for sequence, puml and flow. Use mermaid instead
### 0.8.0 ###
* Migrate to chrome extension manifest v3
* Fixes a bug for highlight c codes