docs: remove example markdown config

pull/2982/head
Divyansh Singh 10 months ago
parent f186901a51
commit b16fb46e39

@ -458,18 +458,7 @@ Configure Markdown parser options. VitePress uses [Markdown-it](https://github.c
```js
export default {
markdown: {
theme: 'material-theme-palenight',
lineNumbers: true,
// adjust how header anchors are generated,
// useful for integrating with tools that use different conventions
anchor: {
slugify(str) {
return encodeURIComponent(str)
}
}
}
markdown: {...}
}
```

Loading…
Cancel
Save