Remove the single dollar sign delimeters from katex rendering

This commit is contained in:
sabaimran 2024-10-04 00:12:42 -07:00
parent e217cb5840
commit 29a422b6bc

View file

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