As this website is DIY built using Astro and my own layouts, components,
and styles, there is rather a lot to create and finesse. This page documents
what is left to do.
Markdown has no native way to pass styles to elements. This presents a workaround specifically for styling images. Mostly used to add a class for floating the image left or right on the page.
Learn how to use Astro Markdown to render Markdown content within a JSON file, as Astro does not automatically render JSON files in content collections.