6  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:

`````eeeizqdajdhc Note :class: note

This is the class “note”.


Orange:

`````{admonition} Important
:class: important

This is the class "important".

`````eeeizqdajdhc Caution :class: caution

This is the class “caution”.


`````{admonition} Warning
:class: warning

This is the class "warning".

`````eeeizqdajdhc Attention :class: attention

This is the class “attention”.


Red:

`````{admonition} Error
:class: error

This is the class "error".

`````eeeizqdajdhc Danger :class: danger

This is the class “danger”.


Green:

`````{admonition} See Also
:class: seealso

This is the class "seealso".

`````eeeizqdajdhc Hint :class: hint

This is the class “hint”.


`````{admonition} Tip
:class: tip

This is the class "tip".