UI: Don't use $ $ for LaTeX, only $$ $$

This commit is contained in:
oobabooga 2025-09-02 14:22:22 -07:00
parent f3829b268a
commit ba62783b72

View file

@ -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 },
],