mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-19 04:10:26 -05:00
[GH-ISSUE #24477] I am looking for a way to disable Markdown rendering specifically for user messages. #123622
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 @Gabriel31173 on GitHub (May 8, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24477
I am looking for a way to disable Markdown rendering specifically for user messages.
In many use cases, users are not accustomed to using Markdown syntax during conversations. When users paste code snippets or text containing characters like _, *, or # without wrapping them in code blocks, Open WebUI's default Markdown engine often renders these parts as italics, bold, or headers. This makes the original message very difficult to read correctly.
To clarify, the
Rich Text Input for Chattoggle does NOT solve this issue and is completely unrelated. This issue concerns user messages within the chat, NOT the input message box.Originally posted by @YesSanSan in https://github.com/open-webui/open-webui/discussions/22668
@owui-terminator[bot] commented on GitHub (May 8, 2026):
⚠️ Missing Issue Title Prefix
@Gabriel31173, your issue title is missing a categorising prefix (e.g.
bug:,feat:,docs:).Please update the title to lead with one of:
Example:
bug: Login fails when the password contains special characters@tjbck commented on GitHub (May 10, 2026):
Addressed in dev.