Les encadrés peuvent être affichés en Note, Avertissement, Info, Astuce, Validation, Danger, ou vous pouvez créer votre propre encadré :
Ajoute une note dans le contenu
<Note>This adds a note in the content</Note>
Affiche un avertissement à prendre en compte
<Warning>This raises a warning to watch out for</Warning>
Met en évidence des informations importantes
<Info>This draws attention to important information</Info>
Propose une astuce utile
<Tip>This suggests a helpful tip</Tip>
Indique un statut validé
<Check>This brings us a checked status</Check>
Affiche un encadré d’alerte critique
<Danger>This is a danger callout</Danger>
Encadré personnalisé
<Callout icon="key" color="#FFC107" iconType="regular">This is a custom callout</Callout>