aaronsw / html2text

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

Handle HTML with invalid "start" attribute for ol elements #70

Open holm opened 11 years ago

holm commented 11 years ago

This simply catches the value error for the int cast, and returns the default value. Added a simple testcase also.

mcepl commented 10 years ago

As https://github.com/mcepl/html2text/tree/pr/70 in my repo, and merged to my next branch (all tests pass).