File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ module.exports = {
231
231
```
232
232
233
233
::: 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 ) .
235
235
:::
236
236
237
237
## Build Pipeline
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ VuePress provides a convenient way to add extra styles. you can create an `.vuep
201
201
202
202
[ markdown-it-table-of-contents] ( https://github.com/Oktavilla/markdown-it-table-of-contents ) 的选项。
203
203
204
- ### markdown.config
204
+ ### markdown.extendMarkdown
205
205
206
206
- 类型: ` Function `
207
207
- 默认值: ` undefined `
@@ -219,6 +219,10 @@ module.exports = {
219
219
}
220
220
```
221
221
222
+ ::: tip
223
+ 这个选项也被 [ Plugin API] ( ../plugin/option-api.md#extendmarkdown ) 所支持。
224
+ :::
225
+
222
226
## 构建流程
223
227
224
228
### postcss
You can’t perform that action at this time.
0 commit comments