change sizing slightly and add sentry

This commit is contained in:
Zoe
2026-02-12 17:32:51 -06:00
parent d29f95bacf
commit 32a4f7f95d
14 changed files with 519 additions and 156 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default defineNuxtPlugin((nuxtApp) => {
unified()
.use(remarkParse)
.use(remarkGfm)
.use(remarkMath, { singleDollarTextMath: false })
.use(remarkMath)
.use(remarkRehype, { allowDangerousHtml: true })
.use(rehypeKatex);