mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
issue: rich text input #2660
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 @bgeneto on GitHub (Nov 15, 2024).
Workaround
If you're facing issues with rich text input, you can disable it from the settings.
@willdady commented on GitHub (Nov 19, 2024):
Encountering this on MacOS + Chrome also. Strangely, adding an additional line before adding the closing back-ticks retains the formatting.
@chip902 commented on GitHub (Nov 20, 2024):
This ^^
@robertvazan commented on GitHub (Nov 24, 2024):
It's not just code. Any preformatted text is mangled. For example, dashes used for list items are escaped with backslash. Blank lines are stripped. I turned off the whole rich-text input in settings to regain control over how my input is interpreted.
@tjbck commented on GitHub (Nov 24, 2024):
Workaround
You can most definitely toggle the rich text input feature off as a workaround.
With that being said, a lot of issues here should be fixed with the latest dev, testing wanted here!
@Smiley-McSmiles commented on GitHub (Nov 24, 2024):
Personally I'm seeing many issues with rich/markdown text:
This is also fixed by going to
bottom-left-user/Settings/Interface/Chat/Rich Text Input for Chat->Off