Skip to content

Commit b16fb46

Browse files
committed
docs: remove example markdown config
1 parent f186901 commit b16fb46

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

Diff for: docs/reference/site-config.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -458,18 +458,7 @@ Configure Markdown parser options. VitePress uses [Markdown-it](https://github.c
458458

459459
```js
460460
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-
}
461+
markdown: {...}
473462
}
474463
```
475464

0 commit comments

Comments
 (0)