mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
issue: Two equals signs highlight sentence in between them while removing equals signs #6745
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 @bbartels on GitHub (Oct 23, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.34
Ollama Version (if applicable)
No response
Operating System
Windows 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Pasting:
into the prompt box (without backticks) attempts to highlight any text between the
==characters in yellow.But this
Actual Behavior
The pasted prompt turns into:
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@silentoplayz commented on GitHub (Oct 23, 2025):
I am able to reproduce the issue with
Rich Text Input for Chattoggled on in the userInterfacesettings menu. IfRich Text Input for Chatis toggled off, I am unable to reproduce this issue with the provided reproduction steps. My Open WebUI instance is utilizing the latestdevcommit.@bbartels commented on GitHub (Oct 24, 2025):
I see, i think it might be worth having this disabled by default? It has confused a couple users with our deployment so far. or maybe something more obvious near the chat bar itself that allows you to toggle rich text input
@tjbck commented on GitHub (Oct 27, 2025):
Addressed with 46a3f7de5ebc24bfdc8aad02c4a114ac69777447!