Skip to content

Commit

Permalink
Missing link in document (#24)
Browse files Browse the repository at this point in the history
* missing link

* prefer GitHub URL
  • Loading branch information
ginpei authored and yyx990803 committed Apr 14, 2018
1 parent a3db4d2 commit 9e59191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 9e59191

Please sign in to comment.