mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
Latex Darstellung fehlerhaft #3228
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 @AgatheBauer on GitHub (Jan 9, 2025).
Bug Report
Installation Method
I installed the project using Docker.
Environment
Expected Behavior
LaTeX expressions should render correctly without any syntax characters being visible.
Actual Behavior
Parts of the LaTeX expression syntax, specifically the multiplication symbol "\cdot", appear through the rendered output.
Description
Bug Summary:
LaTeX expressions are sometimes not rendering correctly, and certain syntax elements are visible in the output. For example, in the equation
[ W'_{th} = c \cdot m \cdot \Delta \theta' = 4{,}186 , \text{kJ/(kg \cdot K)} \cdot 45000 , \text{kg} \cdot 4 , K = 753480 , \text{kJ} ], the "\cdot" before the "K" is visible and displayed in red:Please see the attached screenshot showcasing the rendering issue.

Unfortunately, I didn't find a reliable method to reproduce this bug.