We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6243d1 commit 68b1bccCopy full SHA for 68b1bcc
docs/.vitepress/config/shared.ts
@@ -24,6 +24,9 @@ export const shared = defineConfig({
24
25
markdown: {
26
math: true,
27
+ // Load these languages ahead of time for embedded code highlighting
28
+ // TODO: remove this when Shiki fixes markdown embedded language loading
29
+ languages: ['js', 'ts', 'html'],
30
codeTransformers: [
31
// We use `[!!code` in demo to prevent transformation, here we revert it back.
32
{
0 commit comments