Skip to content

Commit

Permalink
docs: fix inconsistency (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun Yi-Ran authored and ulivz committed Nov 12, 2018
1 parent 615006d commit 2256326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ module.exports = {
anchor: { permalink: false },
// options for markdown-it-toc
toc: { includeLevel: [1, 2] },
config: md => {
extendMarkdown: md => {
// use more markdown-it plugins!
md.use(require('markdown-it-xxx'))
}
Expand Down

0 comments on commit 2256326

Please sign in to comment.