Skip to content

Commit 9e59191

Browse files
ginpeiyyx990803
authored andcommitted
Missing link in document (#24)
* missing link * prefer GitHub URL
1 parent a3db4d2 commit 9e59191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default {
167167

168168
## Advanced Configuration
169169

170-
VuePress uses [markdown-it]() as the markdown renderer. A lot of the extensions above are implemented via custom plugins. You can further customize the `markdown-it` instance using the `markdown` option in `.vuepress/config.js`:
170+
VuePress uses [markdown-it](https://github.com/markdown-it/markdown-it) as the markdown renderer. A lot of the extensions above are implemented via custom plugins. You can further customize the `markdown-it` instance using the `markdown` option in `.vuepress/config.js`:
171171

172172
``` js
173173
module.exports = {

0 commit comments

Comments
 (0)