"Hello World!" from a Markdown file.
Make it work
Getting this to work, I realized the following bits are needed:
The package markdown
This has to be installed into the Python environment. Thanks to my Nix based environment this is just a tiny tweak:
diff --git a/default.nix b …