mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac: latex should not use \\begin and \\end as delimiters
This commit is contained in:
parent
41fecb800d
commit
fdea1afc7f
1 changed files with 1 additions and 7 deletions
|
|
@ -180,13 +180,7 @@
|
|||
{ left: '\\(', right: '\\)', display: false },
|
||||
{ left: '( ', right: ' )', display: false },
|
||||
{ left: '\\[', right: '\\]', display: false },
|
||||
{ left: '[ ', right: ' ]', display: false },
|
||||
{ left: '\\begin{equation}', right: '\\end{equation}', display: true },
|
||||
{ left: '\\begin{matrix}', right: '\\end{matrix}', display: true },
|
||||
{ left: '\\begin{align}', right: '\\end{align}', display: true },
|
||||
{ left: '\\begin{alignat}', right: '\\end{alignat}', display: true },
|
||||
{ left: '\\begin{gather}', right: '\\end{gather}', display: true },
|
||||
{ left: '\\begin{CD}', right: '\\end{CD}', display: true }
|
||||
{ left: '[ ', right: ' ]', display: false }
|
||||
],
|
||||
// • rendering keys, e.g.:
|
||||
throwOnError: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue