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 ba01043 commit ab69ab4Copy full SHA for ab69ab4
README.md
@@ -3,18 +3,18 @@ HyperDown.js
3
4
这是 js 版本 HyperDown
5
6
-翻译为 ES6 的 [src/Parser.js](blob/master/src/Parser.js)
+翻译为 ES6 的 [src/Parser.js](src/Parser.js)
7
8
##开发者使用方法##
9
###nodejs 中使用##
10
-[dist/Parser.js](blob/master/src/Parser.js) (用 babel 编译成 ES5 的版本)
+[dist/Parser.js](src/Parser.js) (用 babel 编译成 ES5 的版本)
11
用 babel 编译:
12
```
13
$ babel src/Parser.js -o dist/Parser.js
14
15
16
###浏览器中使用###
17
-[hyperdown.js](blob/master/hyperdown.js) ( webpack 打包后的版本 )
+[hyperdown.js](hyperdown.js) ( webpack 打包后的版本 )
18
用 webpack 打包:
19
20
npm build
0 commit comments