From 9e591919ca4f5628a56c0f531d18e0c8fdb04ec1 Mon Sep 17 00:00:00 2001 From: Ginpei Date: Sat, 14 Apr 2018 12:38:48 -0700 Subject: [PATCH] Missing link in document (#24) * missing link * prefer GitHub URL --- docs/guide/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/markdown.md b/docs/guide/markdown.md index 372c4b1313..2639ddcb56 100644 --- a/docs/guide/markdown.md +++ b/docs/guide/markdown.md @@ -167,7 +167,7 @@ export default { ## Advanced Configuration -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`: +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`: ``` js module.exports = {