📝 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.