mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #23578] issue: No way to include raw > in output
#35545
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 @abel1502 on GitHub (Apr 10, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23578
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.8.12
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
A model should be able to output lines starting with
>in plain text (outside of a raw block and without making a blockquote) with>html entity (or with\>, or>directly, or any way at all).Actual Behavior
There seems to be no output that results in a line of plain text starting in
>. A raw>creates a blockquote; a\>is rendered as is,>is also rendered as is.Steps to Reproduce
>in the output so that they are rendered exactly like that that in plain text.>Logs & Screenshots
Logs are irrelevant for this bug, it does not involve crashes or errors of any kind
Additional Information
For me personally, #23003 could be an acceptable workaround if it were accepted. But ultimately I believe the correct way to fix this is to properly handle HTML entities in model output.
@abel1502 commented on GitHub (Apr 13, 2026):
@tjbck Would've been nice to get at least a sentence explaining the motivation. That would at least inform me what kind of issues not to create in the future