5 Markdown
Add image with text alongside it: <img align='left' src='image file path' alt='alt_name' width='900'> Text alongside image
Admonitions are created using MyST [see documentation]…
This page explains how to make custom admonitions.
Blue:
`````zweehiujqfgi Note :class: note
This is the class “note”.
Orange:
`````{admonition} Important
:class: important
This is the class "important".
`````zweehiujqfgi Caution :class: caution
This is the class “caution”.
`````{admonition} Warning
:class: warning
This is the class "warning".
`````zweehiujqfgi Attention :class: attention
This is the class “attention”.
Red:
`````{admonition} Error
:class: error
This is the class "error".
`````zweehiujqfgi Danger :class: danger
This is the class “danger”.
Green:
`````{admonition} See Also
:class: seealso
This is the class "seealso".
`````zweehiujqfgi Hint :class: hint
This is the class “hint”.
`````{admonition} Tip
:class: tip
This is the class "tip".