We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876748f commit 7779a7aCopy full SHA for 7779a7a
README.md
@@ -5,6 +5,11 @@ HyperDown.js
5
6
翻译为 ES6 的 [src/Parser.js](src/Parser.js)
7
8
+##使用方法##
9
+```
10
+npm install hyperdown
11
12
+
13
##开发者使用方法##
14
###nodejs 中使用##
15
[dist/Parser.js](dist/Parser.js) (用 babel 编译成 ES5 的版本)
package.json
@@ -3,7 +3,7 @@
3
"description": "Markdown解析器",
4
"repository": "https://github.com/SegmentFault/HyperDown.js",
"license": "BSD-4-Clause",
- "version": "0.1.0",
+ "version": "0.1.1",
"devDependencies": {
"babel": "^5.8.22",
"babel-core": "^5.8.22",
0 commit comments