mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-23 18:41:28 -05:00
[GH-ISSUE #11433] issue: Asterisk character '*' auto converted to underline '_' even in code block #16227
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 @by-justin on GitHub (Mar 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11433
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
Not Applicable
Operating System
From Docker Image
Browser (if applicable)
Not Applicable
Confirmation
README.md.Expected Behavior
Paste this into the input box:
The output is expected to print as is.
Actual Behavior
The pair of asterisks have been replaced with
_.Steps to Reproduce
N/A
Logs & Screenshots
Additional Information
This bug is triggered no matter we have code box or not. Modify a preexisting input does not trigger this behaviour.
IMO this is not ideal, webui should not modify user's input.
@tjbck commented on GitHub (Mar 9, 2025):
You can either turn off rich text editor or create a code block manually.