mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Remove the single dollar sign delimeters from katex rendering
This commit is contained in:
parent
e217cb5840
commit
29a422b6bc
1 changed files with 0 additions and 1 deletions
|
@ -301,7 +301,6 @@ const ChatMessage = forwardRef<HTMLDivElement, ChatMessageProps>((props, ref) =>
|
|||
delimiters: [
|
||||
{ left: "$$", right: "$$", display: true },
|
||||
{ left: "\\[", right: "\\]", display: true },
|
||||
{ left: "$", right: "$", display: false },
|
||||
{ left: "\\(", right: "\\)", display: false },
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue