- Support portal
- Evaluation Kits and partner products
u-blox Support
- Product documentation
Documentation
- About
- Sustainability
- Partners and Alliances
- Contact
About u-blox
- Investor relations
Investor relations
Admonitions (also known as callouts) highlight a particular block of text, that exists slightly apart from the narrative of your page, such as a note or a warning. See full docs at Myst
The following core admonition types are available:
Markdown:
:::{note} Try changing `note` to `warning`! :::
Rendered Output:
:::{note}
Try changing note
to warning
!
:::
Markdown:
:::{admonition} My custom title with *Markdown*! :class: note This is a custom title for a note admonition. :::
Rendered Output: :::{admonition} My custom title with Markdown! :class: note
This is a custom title for a note admonition. :::
Markdown:
:::{warning} this is a warning message :::
Rendered Output: :::{warning} this is a warning message :::
Markdown:
:::{tip} this is a success message :::
Rendered Output: :::{tip} this is a success message :::
Markdown:
:::{error} this is a error message :::
Rendered Output: :::{error} this is a error message :::