[GH-ISSUE #6908] enh: support Markdown or HTML formatting in interface banners #69132

Closed
opened 2026-05-13 01:32:47 -05:00 by GiteaMirror · 1 comment
Owner

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:

  • Improved readability of banner messages
  • Better emphasis on important information
  • Direct linking to relevant resources
  • Consistent with other text formatting features
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: - Improved readability of banner messages - Better emphasis on important information - Direct linking to relevant resources - Consistent with other text formatting features
Author
Owner

@tjbck commented on GitHub (Dec 2, 2024):

Added to dev!

<!-- gh-comment-id:2510819332 --> @tjbck commented on GitHub (Dec 2, 2024): Added to dev!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#69132