mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
issue: Markdown parsing issues(Chinese) #4592
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @huanyan434 on GitHub (Mar 28, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
No response
Operating System
Windows 10
Browser (if applicable)
Edge
Confirmation
README.md.Expected Behavior
Markdown is parsed normally, and information similar to "(\angle BAC)" and "(\triangle ABD)" will not appear. It should be converted to information similar to "∠BAC" and "△ABD".
Actual Behavior
Markdown parsing is slightly abnormal when the model is output in Chinese, but it is parsed normally when it is output in English.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Mar 28, 2025):
Is not a valid latex format.
@huanyan434 commented on GitHub (Mar 29, 2025):
OK, but after testing, the same content can be parsed using English output? Maybe it's a space problem?
@huanyan434 commented on GitHub (Mar 29, 2025):
So can LaTex be optimized for Chinese environment?
@rgaricano commented on GitHub (Mar 29, 2025):
could you copy paste a sample text (chinesse plus expresions) to do some test with diferents markdown converters libs?
(same as screenshot img but in text)