Replies: 2 comments 5 replies
-
Was just about to open the same feature request, would love to see this being added! Though it seems like the Markdown rendering is largely delegated to crates.io/crates/crates_io_markdown/lib.rs Lines 62 to 106 in e01e384 |
Beta Was this translation helpful? Give feedback.
2 replies
-
merged either wait for release or add as git dependency |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current Behavior
Currently, crates display the blockquote as it is in Markdown.
Expected Behavior
GitHub supports custom rendering for descriptions enclosed inside blockquote starting with [!NOTE], [!TIP], [!IMPORTANT], [!WARNING], [!CAUTION] and this is widely used by many projects.
Syntax:
Which looks like this once rendered:
These descriptions in Crates README can be rendered similarly to how it is shown in GitHub.
Check out https://github.com/orgs/community/discussions/16925 for more information.
Steps To Reproduce
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions