Skip to content

Commit 2256326

Browse files
Sun Yi-Ranulivz
Sun Yi-Ran
authored andcommittedNov 12, 2018
docs: fix inconsistency (#992)
1 parent 615006d commit 2256326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/docs/docs/guide/markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ module.exports = {
274274
anchor: { permalink: false },
275275
// options for markdown-it-toc
276276
toc: { includeLevel: [1, 2] },
277-
config: md => {
277+
extendMarkdown: md => {
278278
// use more markdown-it plugins!
279279
md.use(require('markdown-it-xxx'))
280280
}

0 commit comments

Comments
 (0)
Please sign in to comment.