An extremely configurable markdown reverser for Python3
Unmarkd
Unmarkd is a BeautifulSoup-powered Markdown reverser written in Python and for Python.
Why
This is created as a StackSearch (one of my other projects) dependancy. In order to create a better API, I needed a way to reverse HTML. So I created this.
There are similar projects (written in Ruby) but I have not found any written in Python (or for Python) later I found a popular library, html2text. But Unmarkd still is still better. See comparison.
Installation
You know the drill
pip install unmarkd
Known issues
Comparison
TL;DR: Html2Text is fast. If you don’t need much configuration, you could use Html2Text