mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
[GH-ISSUE #7330] Bug: Words with double underscores are "fixed" #14705
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 @pipars on GitHub (Nov 25, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7330
Bug Report
Environment
Open WebUI Version: v0.4.4
Operating System: Windows 11
Browser (if applicable): Chrome
Confirmation:
Expected Behavior:
When I type or paste text in the chat window, containing undersores like __ user__ it shoud remain the same. (note I have the space in my example, becasue the same happening in this editor)
Actual Behavior:
the text is converted to either bold or italics and undrscores are removed
Description
Bug Summary:
text with underscores on the start and end of the word is converted.
Reproduction Details
Steps to Reproduce:
type or paste the word __ user__ (note I have the space in my example, becasue the same happening in this editor)
Additional Information
It would not matter if the code that used in open webui tools and functions would not contain parameters like __ user__ or __ event_emitter__ and I use the interface to edit the code. this creates a bit of a mess.
@tjbck commented on GitHub (Nov 25, 2024):
Rich text input behaviour, you can disable it from the settings.