NextChat
NextChat copied to clipboard
针对markdown渲染,提个小建议
建议在设置里可以对用户输入和模型回答分别设置是否进行markdown渲染。
原因是用户输入可能会输入一些markdown里面的语法符号(比如输入了567 这样的表示乘法),结果显示的信息直接把乘号干没了,把6斜体了。这不是我想要的效果
Bot detected the issue body's language is not English, translate it automatically.
Title: A few suggestions for markdown rendering
It is recommended that you set whether to perform markdown rendering for user input and model responses in the settings.
The reason is that the user may enter some grammatical symbols in markdown (for example, if they enter 567 to represent multiplication), the information displayed will directly remove the multiplication sign and put 6 in italics. This is not the effect I want
像LaTeX公式$7 \times 6$这种也没办法正确显示,美元符号前后需要加上空格才能正确显示:$ 7 \times 6 $。这个也是属于MarkDown语法渲染的问题吧
Bot detected the issue body's language is not English, translate it automatically.
The LaTeX formula $7 \times 6$ cannot be displayed correctly. Spaces need to be added before and after the dollar sign to display correctly: $ 7 \times 6 $. This is also a problem of MarkDown syntax rendering, right?
Same issue
有解决的大佬吗,好像也挺久了
Bot detected the issue body's language is not English, translate it automatically.
Is there anyone who can solve it? It seems to have been a long time.