...
- Put the images into the
./spec
folder where your main content (or in a sub-folder like./spec/images
) - Reference these using regular image markdown:
Code Block ![alternate text/title](./images/highlevel.png)
NOTE: if you don't use this approach your local preview may show images that DO NOT show when fully deployed in the main repository.
Previewing/Rendering Locally
...