#vitepress — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #vitepress, aggregated by home.social.
-
I added GitHub’s high contrast themes to the syntax highlighter Shiki https://github.com/shikijs/textmate-grammars-themes/issues/86. The latest version of VitePress upgrades its Shiki dependency, so its codeblocks can pass color contrast accessibility guidelines! Use `github-light-high-contrast` and/or `github-dark-high-contrast` in your VitePress config. For example
```
markdown: {
theme: {
dark: "github-dark-high-contrast",
light: "github-light-high-contrast",
},
},
```