π Note
Github style notes
This is a blockquote render hook to render Github style notes. If you mark up a note on GitHub, it will also render in Common.
It actually doesn’t produce a blockquote when you invoke it because that is shonky semantics. It produces a section.
The markdown operation of normal blockquotes is unhindered and unchanged.
Invoke
> [!NOTE]
> Highlights information that users should take into account, even when skimming.
> [!TIP]
> Optional information to help a user be more successful.
> [!IMPORTANT]
> Crucial information necessary for users to succeed.
> [!WARNING]
> Critical content demanding immediate user attention due to potential risks.
> [!CAUTION]
> Negative potential consequences of an action.
π Note
Highlights information that users should take into account, even when skimming.
π‘ Tip
Optional information to help a user be more successful.
π’ Important
Crucial information necessary for users to succeed.
β οΈ Warning
Critical content demanding immediate user attention due to potential risks.
β Caution
Negative potential consequences of an action.