mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-21 15:48:04 +01:00
UI: add back single $ for equations
This commit is contained in:
parent
f32d26240d
commit
6bab4c2faa
@ -213,6 +213,7 @@ function doSyntaxHighlighting() {
|
||||
renderMathInElement(element, {
|
||||
delimiters: [
|
||||
{ left: "$$", right: "$$", display: true },
|
||||
{ left: "$", right: "$", display: false },
|
||||
{ left: "\\(", right: "\\)", display: false },
|
||||
{ left: "\\[", right: "\\]", display: true },
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user