--- sidebar_position: 4 title: Page with hints description : How to insert hints? --- # How to insert hints? You can add tips, info, hints, warnings, using this syntax: ``` :::note A note A note ::: ``` :::note A note A note ::: :::info An info An info ::: :::warning A warning A warning ::: :::caution A caution A caution ::: :::tip A tip A tip :::