aaronsw / html2text

Convert HTML to Markdown-formatted text.
http://www.aaronsw.com/2002/html2text/
GNU General Public License v3.0
2.63k stars 414 forks source link

Added capability of ignoring YAML front matter #88

Closed potiuk closed 7 years ago

potiuk commented 10 years ago

useful for automated conversion of HTML to markdown in Jekyll

mcepl commented 10 years ago

This is most definitively in my opinion a bad idea. HTML with prepended YAML is just broken HTML. You should remove YAML from the stream before ever touching html2text. See my comment on #84.