What is the best way to convert HTML into Markdown?
I am using C# and the he amount of text being converted would be less than 300 characters or so.
I think:
- Regular expression (This aticle Do NOT try parsing with regular expressions, recommends to not do this)
- XSLT File (requires is that the HTML you want to convert which must be valid XML)