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

Wrap lines of list items #118

Open mkllnk opened 5 years ago

mkllnk commented 5 years ago

Fixes https://github.com/aaronsw/html2text/issues/13.

Paragraphs are usually wrapped at 78 characters per line. This patch applies that to list items as well. It contains elements from scumop who posted https://github.com/aaronsw/html2text/issues/13#issue-1185403. But it has been rewritten to fix the amount of newline characters and increase readability and performance.