mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #23003] feat: Add option to disable automatic quotation marks on block quotes #58530
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 @frost19k on GitHub (Mar 24, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23003
Check Existing Issues
Verify Feature Scope
Problem Description
The markdown parser is currently automatically adding quotation marks to block quotes globally. This creates double-quoted content that shouldn't be there.
Current Behaviour:
> quote text"quote text"(with automatic quotation marks added)Desired Behaviour:
> quote textquote textnot"quote text"(just the blockquote styling, no automatic quotes added)Desired Solution you'd like
This should be a global setting that affects all block quotes across the application.
Alternatives Considered
...learning to live with double quoted block quote text.
Additional Context
No response
@frost19k commented on GitHub (Mar 25, 2026):
😑
@abel1502 commented on GitHub (Apr 10, 2026):
Why the hell was it closed? The current way is super annoying
@frost19k commented on GitHub (Apr 10, 2026):
They don't plan on fixing it