mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-21 15:48:04 +01:00
UI: prevent LaTeX from being rendered for inline "$"
This commit is contained in:
parent
1815877061
commit
e777b73349
@ -213,12 +213,10 @@ function doSyntaxHighlighting() {
|
||||
renderMathInElement(element, {
|
||||
delimiters: [
|
||||
{ left: "$$", right: "$$", display: true },
|
||||
{ left: "$", right: "$", display: false },
|
||||
{ left: "\\(", right: "\\)", display: false },
|
||||
{ left: "\\[", right: "\\]", display: true },
|
||||
],
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
observer.observe(targetElement, config);
|
||||
|
Loading…
Reference in New Issue
Block a user