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:

Note

This is the class “note”.

Orange:

Important

This is the class “important”.

Caution

This is the class “caution”.

Warning

This is the class “warning”.

Attention

This is the class “attention”.

Red:

Error

This is the class “error”.

Danger

This is the class “danger”.

Green:

See Also

This is the class “seealso”.

Hint

This is the class “hint”.

Tip

This is the class “tip”.