Skip to content

[Feature Request] Text Callouts #141

@MarlaisW

Description

@MarlaisW

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!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions