Skip to content

Commit bfd4d02

Browse files
committed
docs: update markdown.extendMarkdown
1 parent 6aa4d91 commit bfd4d02

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/docs/docs/config/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ module.exports = {
231231
```
232232

233233
::: tip
234-
This option is also included in [Plugin API](../plugin/README.md#extendmarkdown).
234+
This option is also included in [Plugin API](../plugin/option-api.md#extendmarkdown).
235235
:::
236236

237237
## Build Pipeline

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ VuePress provides a convenient way to add extra styles. you can create an `.vuep
201201

202202
[markdown-it-table-of-contents](https://github.com/Oktavilla/markdown-it-table-of-contents) 的选项。
203203

204-
### markdown.config
204+
### markdown.extendMarkdown
205205

206206
- 类型: `Function`
207207
- 默认值: `undefined`
@@ -219,6 +219,10 @@ module.exports = {
219219
}
220220
```
221221

222+
::: tip
223+
这个选项也被 [Plugin API](../plugin/option-api.md#extendmarkdown) 所支持。
224+
:::
225+
222226
## 构建流程
223227

224228
### postcss

0 commit comments

Comments
 (0)