fix: update deps

This commit is contained in:
2024-11-26 11:22:45 +01:00
parent 85a13d89fb
commit a519af23ce
4 changed files with 13 additions and 5 deletions

View File

@@ -39,7 +39,11 @@ export default defineNuxtConfig({
},
markdown: {
remarkPlugins: ['remark-math'],
rehypePlugins: ['rehype-katex'],
rehypePlugins: {
'rehype-katex': {
output: 'mathml',
},
},
},
},