-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
Any chance we could have support for Text Callouts? Github renders these:
Markdown:
> [!NOTE]
> This is a note
> with multiple
> lines.
> [!TIP]
> This is a tip.
> [!IMPORTANT]
> This is important stuff (with a line break.)
> **Very** important stuff.
> [!WARNING]
> This is a warning... (with no line break)
> LOOK OUT!
> [!CAUTION]
> This is a cautionary tale!
Output:
Note
This is a note
with multiple
lines.
Tip
This is a tip.
Important
This is important stuff (with a line break.)
Very important stuff.
Warning
This is a warning... (with no line break)
LOOK OUT!
Caution
This is a cautionary tale!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request