mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-18 21:54:23 +01:00
UI: Don't use $ $ for LaTeX, only $$ $$
This commit is contained in:
parent
f3829b268a
commit
ba62783b72
|
|
@ -273,7 +273,6 @@ function doSyntaxHighlighting() {
|
|||
renderMathInElement(container, {
|
||||
delimiters: [
|
||||
{ left: "$$", right: "$$", display: true },
|
||||
{ left: "$", right: "$", display: false },
|
||||
{ left: "\\(", right: "\\)", display: false },
|
||||
{ left: "\\[", right: "\\]", display: true },
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue