- Notifications
You must be signed in to change notification settings - Fork72
License
NotificationsYou must be signed in to change notification settings
segmentfault/HyperDown.js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
这是 js 版本 HyperDown (使用CoffeeScript实现)
安装
npm install hyperdown
使用
HyperDown=require('hyperdown');varparser=newHyperDown,html=parser.makeHtml(markdownText);
直接引用Parser.js即可
<scriptsrc="yourpath/hyperdown/Parser.js"></script><script>varparser=newHyperDown,html=parser.makeHtml(markdownText);</script>
npmtest更多请参阅:php 版 Hyperdown
About
No description, website, or topics provided.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.