>
> Can anyone point me at a resource for help getting apache2 to display
> Markdown (.md) files as translated to html? I know there are numerous
> markdown variants; I'm looking to display Commonmark.
>
I use mod_wsgi to execute a Bottle application I wrote that uses nbconvert
to dynamically render and serve Jupyter notebooks. I’m not sure at the
moment what MD specs are covered in the Jupyter notebook spec itself, but
it works nicely and there’s a lot of flexibility to tune the notebook
content (markdown or python or otherwise) with nbconvert. You should be
able to find these software on GH