Originally created by @matsfinsas on GitHub (Nov 13, 2024).
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).
# 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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @matsfinsas on GitHub (Nov 13, 2024).
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!