We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cd412 commit 344938bCopy full SHA for 344938b
src/runtime/highlighter/rehype-nuxt.ts
@@ -9,6 +9,7 @@ const defaults: RehypeHighlightOption = {
9
return import('#mdc-highlighter').then(h => h.default(code, lang, theme, options)).catch(() => ({}))
10
}
11
12
+ // @ts-expect-error -- types not updated
13
return await $fetch('/api/_mdc/highlight', {
14
params: {
15
code,
0 commit comments