mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-07 09:19:06 -05:00
[GH-ISSUE #8287] Word wrap support in code blocks #69671
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 @Fadelis98 on GitHub (Jan 3, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8287
Feature Request
Is your feature request related to a problem? Please describe.
When discussing latex content with LLMs, there are always very long lines in the code block, that are paragraphs in latex. Without word wrap, the output of LLMs are not readable.
Describe the solution you'd like
Add word wrap switch botton to the code blocks
Describe alternatives you've considered
Allow to configure whether to turn on word wrap for each language in settings
Additional context
Nothing