https://github.com/ccforward/standard
前端开发规范
https://github.com/ccforward/standard
Last synced: about 1 year ago
JSON representation
前端开发规范
- Host: GitHub
- URL: https://github.com/ccforward/standard
- Owner: ccforward
- Created: 2013-10-23T03:48:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-23T06:07:46.000Z (over 12 years ago)
- Last Synced: 2025-01-30T15:41:37.860Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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