We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f186901 commit b16fb46Copy full SHA for b16fb46
docs/reference/site-config.md
@@ -458,18 +458,7 @@ Configure Markdown parser options. VitePress uses [Markdown-it](https://github.c
458
459
```js
460
export default {
461
- markdown: {
462
- theme: 'material-theme-palenight',
463
- lineNumbers: true,
464
-
465
- // adjust how header anchors are generated,
466
- // useful for integrating with tools that use different conventions
467
- anchor: {
468
- slugify(str) {
469
- return encodeURIComponent(str)
470
- }
471
472
+ markdown: {...}
473
}
474
```
475
0 commit comments