mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-28 06:40:50 +02:00
fix: dollar sign rendering issue
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
// • auto-render specific keys, e.g.:
|
||||
delimiters: [
|
||||
{ left: '$$', right: '$$', display: true },
|
||||
{ left: '$', right: '$', display: true },
|
||||
// { left: '$', right: '$', display: false },
|
||||
{ left: '\\(', right: '\\)', display: true },
|
||||
{ left: '\\[', right: '\\]', display: true }
|
||||
],
|
||||
|
Reference in New Issue
Block a user