mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 06:15:23 +00:00
fix: latex rendering issue
This commit is contained in:
parent
11aecbe79a
commit
63418a583a
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import katex from 'katex';
|
import katex from 'katex';
|
||||||
import 'katex/contrib/mhchem';
|
import 'katex/contrib/mhchem';
|
||||||
|
import 'katex/dist/katex.min.css';
|
||||||
|
|
||||||
export let content: string;
|
export let content: string;
|
||||||
export let displayMode: boolean = false;
|
export let displayMode: boolean = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue