Alir3z4 / html2text

Convert HTML to Markdown-formatted text.
alir3z4.github.io/html2text/
GNU General Public License v3.0
1.81k stars 272 forks source link

Markdown as an AST #325

Open ieeemma opened 4 years ago

ieeemma commented 4 years ago

I've been looking at the source but I can't figure this out. Is the markdown ever in AST form? And can i access it? (rather than just returning the MD as a string)