Alir3z4 / html2text

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

ol list incorrect converte #328

Open wsm3 opened 4 years ago

wsm3 commented 4 years ago

HTML `

  1. This is an ordered list item 1

    1. This is an intented ordered list item 2
  2.             <li>This is an ordered list item 2</li>
            </ol>`

    RESULT

    1. This is an ordered list item 1
    1. This is an intented ordered list item 2
    1. This is an ordered list item 2

    Before "1. This is an intented " need one more space