ant-design / pro-chat

🤖 Components Library for Quickly Building LLM Chat Interfaces.
https://pro-chat.antdigital.dev
MIT License
586 stars 72 forks source link

🐛[BUG] LaTeX 语法渲染错误 #263

Closed spiderT closed 2 weeks ago

spiderT commented 2 weeks ago

🐛 LaTeX 语法渲染错误

返回数据是 $X$LaTeX 语法,渲染错误,变成了XX

📷 复现步骤

返回数据是 $X$LaTeX 语法,渲染错误,变成了XX

🏞 期望结果

能正确渲染

💻 复现代码

渲染的文字:在 $Y$ 中被阴影部分表示映射 $f$ 的像集合($R_f$),即 $X$ 中的元素通过映射 $f$ 对应到 $Y$ 中的部分元素。

spiderT commented 2 weeks ago

用rehype-katex 插件