Skip to content

Commit 635e93b

Browse files
ccbikaiulivz
authored andcommitted
docs($cn): fix typo of extendMarkdown
1 parent 0b5adf1 commit 635e93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/zh/config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ VuePress provides a convenient way to add extra styles. you can create an `.vuep
228228
``` js
229229
module.exports = {
230230
markdown: {
231-
config: md => {
231+
extendMarkdown: md => {
232232
md.set({ breaks: true })
233233
md.use(require('markdown-it-xxx'))
234234
}

0 commit comments

Comments
 (0)