You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Any chance we could have support for Text Callouts? Github renders these:
Markdown:
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!