Images
Top-level image¶
Here is a block-level image from the top-level static folder. The image directive supports attributes such as alt text and image width as shown here.
Here is the same image used inline
. Myst's attr-inline extension allows adding attributes to inline directives.
Here we used w=30px to make the image fit.
This is also inline:

But we used {w=200px align=center}
Local image¶
Here is an image from the local image folder.
Image with caption¶
We can use the figure-md directive to add caption to an image.
This is a caption in Markdown
¶