feat: replace codemirror and image viewr, opt for simplier approach

This commit is contained in:
2026-03-12 23:07:51 +01:00
parent b71d32da5e
commit 4dca9c6478
19 changed files with 464 additions and 709 deletions

View File

@@ -0,0 +1,4 @@
/** Run first so Prism is on global when language components load. */
import Prism from 'prismjs'
;(globalThis as Record<string, unknown>).Prism = Prism
export {}