html2text icon indicating copy to clipboard operation
html2text copied to clipboard

Paragraphs in lists

Open cheeaun opened this issue 13 years ago • 2 comments

For this HTML:

<ul>
    <li>
        <p>Test</p>
        <p>Test</p>
    </li>
</ul>

should generate:

- Test

    Test

instead of:

- Test

Test

This is probably related to issue #17.

cheeaun avatar Jan 07 '12 15:01 cheeaun

Does this happen if you turn line wrapping off?

aaronsw avatar Jan 09 '12 15:01 aaronsw

@aaronsw Yeap.

cheeaun avatar Jan 09 '12 23:01 cheeaun