Merge pull request #130 from ollama-webui/dev

fix: dollar sign rendering issue
This commit is contained in:
Timothy Jaeryang Baek 2023-11-22 16:37:00 -05:00 committed by GitHub
commit c94d28dc31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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