Open
Description
Hi! Thanks for this great library. After looking at some of the XML docs, i really see the pain in creating it ;)
I am developing a webapplication taking user input in a form and generating a docx file from it. Amongst others some fields are formatted in markdown. I am planning to take the markdown fields, convert them to XML (with pandoc or python markdown) and put it into the document via your low level API.
Is there a better/easier way to do this or any plans for implementing markdown directly into python-docx?
greatings