"examples/vscode:/vscode.git/clone" did not exist on "6501bd07b87b148d025e0b7c9cbc8f3bb34ef765"
Unverified Commit c94d28dc authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #130 from ollama-webui/dev

fix: dollar sign rendering issue
parents 89754727 ba71d48b
......@@ -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 }
],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment