Skip to content

Commit 01f9aa3

Browse files
committed
docs: update markdown.extendMarkdown
1 parent e789f1a commit 01f9aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/zh/guide/markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ module.exports = {
271271
anchor: { permalink: false },
272272
// markdown-it-toc 的选项
273273
toc: { includeLevel: [1, 2] },
274-
config: md => {
274+
extendMarkdown: md => {
275275
     // 使用更多的 markdown-it 插件!
276276
md.use(require('markdown-it-xxx'))
277277
}

0 commit comments

Comments
 (0)