Feature Request: Expand Admonition Support in GitHub Flavored Markdown #176726
Replies: 3 comments 1 reply
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Product Feedback
GitHub Flavored Markdown (GFM) currently supports a limited set of admonition types like
> [!NOTE],> [!TIP], and> [!WARNING]. These are incredibly useful for documentation, READMEs, and wikis — but there's so much more potential.I’d love to see GitHub expand its native support for additional admonition types and customization options, similar to what tools like Obsidian, Docusaurus, and MkDocs offer.
Admonitions help readers quickly identify the purpose and tone of a block of content. They improve readability, reduce cognitive load, and make documentation more engaging.
Currently, GitHub lacks support for:
These are already widely used in other Markdown ecosystems and would be a natural fit for GitHub’s documentation and community content.
Support for More Admonition Types
Add built-in rendering for additional types like
QUESTION,EXAMPLE,SPOILER,INFO,SUCCESS,FAILURE, etc.Custom Admonition Types
Allow users to define their own types with custom icons and colors.
Collapsible Admonitions
Enable
SPOILERorDETAILSblocks that can be expanded/collapsed, useful for hiding long explanations or answers.Theming and Styling Options
Let users choose between light/dark themes or customize the appearance of admonitions in their repositories.
If you’d love to see GitHub support more expressive and customisable admonitions, upvote this post and share your thoughts below. Let’s make Markdown on GitHub even more powerful for writers, developers, and educators alike.
Beta Was this translation helpful? Give feedback.
All reactions