Merge pull request #827 from QingWei-Li/feat/doc-anchor
Doc: add anchor
Showing
| ... | @@ -93,6 +93,7 @@ | ... | @@ -93,6 +93,7 @@ |
| "lerna": "2.0.0-beta.18", | "lerna": "2.0.0-beta.18", | ||
| "lolex": "^1.5.1", | "lolex": "^1.5.1", | ||
| "markdown-it": "^6.1.1", | "markdown-it": "^6.1.1", | ||
| "markdown-it-anchor": "^2.5.0", | |||
| "markdown-it-container": "^2.0.0", | "markdown-it-container": "^2.0.0", | ||
| "mocha": "^3.1.1", | "mocha": "^3.1.1", | ||
| "phantomjs-prebuilt": "^2.1.13", | "phantomjs-prebuilt": "^2.1.13", | ||
| ... | @@ -104,6 +105,7 @@ | ... | @@ -104,6 +105,7 @@ |
| "sinon-chai": "^2.8.0", | "sinon-chai": "^2.8.0", | ||
| "style-loader": "^0.13.1", | "style-loader": "^0.13.1", | ||
| "theaterjs": "^3.0.0", | "theaterjs": "^3.0.0", | ||
| "transliteration": "^1.1.11", | |||
| "uppercamelcase": "^1.1.0", | "uppercamelcase": "^1.1.0", | ||
| "url-loader": "^0.5.7", | "url-loader": "^0.5.7", | ||
| "vue": "^2.0.3", | "vue": "^2.0.3", | ||
| ... | ... |
Please register or sign in to comment