html2text
html2text copied to clipboard
Paragraphs in lists
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.
Does this happen if you turn line wrapping off?
@aaronsw Yeap.