π Note
A note with a title and a body
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.
Invoke
{{<note title="This is a note" type="tip">}}
This is the body of the note.
{{< /note >}}
π‘ This is a note
This is the body of the note. This is probably the most used and oldest shortcode on the site. It was brought over from the old Docusaurus syllabus. Since 20 August 2024, we moved to use GitHub notes in a render hook as Hugo began supporting them. So this shortcode will probably be deprecated soon.