应用截图

Markdown Preview Plus截图1

详细介绍

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.11 ###

Fix a site isolation bypass vulnerability

### 0.8.10 ###

* Compatible with Chrome 136
* Update mermaid lib
* Update marked lib

### 0.8.9 ###

* Update marked lib
* Fix a bug for clear custom CSS paths

### 0.8.8 ###

* Supports add custom CSS path. See #19
* Fix a bug for render mermaid. See #158

### 0.8.7 ###

Update mermaid lib for security fix