An open API service indexing awesome lists of open source software.

https://github.com/accforgit/mdpreview

chrome extention for preview markdown
https://github.com/accforgit/mdpreview

Last synced: about 1 month ago
JSON representation

chrome extention for preview markdown

Awesome Lists containing this project

README

        

## [MdPreview](MdPreview)

此扩展程序用于在浏览器内预览 Markdown文件,例如,使用浏览器打开本地磁盘上一个名为 __readme.md__ 的文件,
此扩展程序会自动将读取的 markdown文件转化为预览模式。

注意,此扩展程序只转换本地 md文件,即以协议 `__file:///__` 开头,并且以 `__.md__`结尾的文件,例如 `__file:///C:/Users/Administrator/Desktop/README.md__`

![1](img/MdPreview-1.png)

![2](img/MdPreview-2.png)