[verified] feat: render latex in chat markdown

This commit is contained in:
Maxim Kirilyuk
2026-05-23 17:45:51 +03:00
committed by ekko
parent 7577cc472e
commit 981e2a1ad4
4 changed files with 82 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ import router from './router'
import { i18n } from './i18n'
import App from './App.vue'
import './styles/global.scss'
import 'katex/dist/katex.min.css'
// Apply theme classes before mount to prevent FOUC (Flash of Unstyled Content)
const savedBrightness = localStorage.getItem('hermes_brightness') || 'system'