mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-03 07:24:59 -05:00
[GH-ISSUE #6908] enh: support Markdown or HTML formatting in interface banners #53194
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 @matsfinsas on GitHub (Nov 13, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6908
Feature Request
Is your feature request related to a problem? Please describe.
The implemented interface banners (ref: #1522) are working great, but they currently only support plain text, which limits their communication effectiveness.
Describe the solution you'd like
Implement Markdown support for banner content, allowing familiar syntax for formatting:
**bold***italic*[link text](url)Describe alternatives you've considered
As as alternative to Markdown, one could consider basic HTML tags for formatting:
<strong>,<b><em>,<i><u><a href="">Additional context
Benefits:
@tjbck commented on GitHub (Dec 2, 2024):
Added to dev!