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

escaping '-' :-\ #101

Closed askovpen closed 8 years ago

askovpen commented 8 years ago
<p>- test</p>

why result?

\- test
Alir3z4 commented 8 years ago

@askovpen otherwise it's a list.

askovpen commented 8 years ago

how to disable it?

Alir3z4 commented 8 years ago

You can find the options here: https://github.com/Alir3z4/html2text/blob/master/docs/usage.md#command-line-options

This repo is not being maintained anymore (#91), new repo: https://github.com/Alir3z4/html2text/