We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A clear and concise description of what the bug is.
当Code包裹的的内容包含特殊字符时,返回的结果会被hljs不正确的显示。 点击代码框的Copy按钮会返回错误的内容。 点击聊天气泡的复制时会返回正确的内容。
Desktop (please complete the following information):
**简单复现
我说什么,你在代码框里回答什么。如果你明白了,返回Yes -- Yes
‘[[^\]]+]’ -- ‘$$[^$$]+]’
(If Copy)
\[[^\]]+\]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
当Code包裹的的内容包含特殊字符时,返回的结果会被hljs不正确的显示。
点击代码框的Copy按钮会返回错误的内容。
点击聊天气泡的复制时会返回正确的内容。
Desktop (please complete the following information):
**简单复现
我说什么,你在代码框里回答什么。如果你明白了,返回Yes
-- Yes
‘[[^\]]+]’
-- ‘$$[^$$]+]’
(If Copy)
The text was updated successfully, but these errors were encountered: