A Static Site Generator in Python — Part 2
Converting individual markdown pages to html.
In a previous article we looked at what static sites are, and how they work.
Now we will look at how to convert a single markdown file into an HTML file.
The conversion process
This diagram from the previous article shows the basic process for converting a set of markdown files into the required HTML files for a complete website: