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

https://github.com/ccforward/standard

前端开发规范
https://github.com/ccforward/standard

Last synced: about 1 year ago
JSON representation

前端开发规范

Awesome Lists containing this project

README

          

## 综述

MDToHtml是一件markdown转html的工具

* demo:[http://ccforward.github.io/demos/mdtohtml/index.html](http://ccforward.github.io/demos/mdtohtml/index.html)
* 更强大的可以看这里 [https://github.com/benweet/stackedit](https://github.com/benweet/stackedit)

## 初始化组件
var md = new MDToHtml();
md.parse(someMarkdownText);

## 使用说明
* 只需要使用md.parse()方法就能转换markdown为html