mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: latex handling
This commit is contained in:
@@ -178,6 +178,7 @@
|
||||
{ left: '\\pu{', right: '}', display: false },
|
||||
{ left: '\\ce{', right: '}', display: false },
|
||||
{ left: '\\(', right: '\\)', display: false },
|
||||
{ left: '( ', right: ' )', display: false },
|
||||
{ left: '\\[', right: '\\]', display: false },
|
||||
{ left: '[ ', right: ' ]', display: false },
|
||||
{ left: '\\begin{equation}', right: '\\end{equation}', display: true },
|
||||
|
||||
Reference in New Issue
Block a user