Started writing some #regex to parse #markdown into #html before I caught myself and just used https://github.com/lepture/mistune like a sane person.
GitHub - lepture/mistune: A fast yet powerful Python Markdown parser with renderers and plugins.

A fast yet powerful Python Markdown parser with renderers and plugins. - lepture/mistune

GitHub
@adamghill whew, for a split second, when I saw a link rather than a recommendation for something like #PanDoc or #Kramdown, I feared you were suggesting that a sane person would use some third party web site or service to generate HTML from #Markdown source. Then after a few more milliseconds my brain recognized the Github domain and I calmed down enough to browse the link and verify that https://github.com/lepture/mistune is a Python library and regained my composure 😏
GitHub - lepture/mistune: A fast yet powerful Python Markdown parser with renderers and plugins.

A fast yet powerful Python Markdown parser with renderers and plugins. - lepture/mistune

GitHub
@mcrocker ha, nope! `mistune` is the Python markdown library I tend to reach for recently. 😀