Alir3z4 / html2text

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

Error converting bold and italics after a non-space. #332

Closed EdwardJRoss closed 3 years ago

EdwardJRoss commented 4 years ago

Input:

.<i><b>a</b></i>

Actual output does not appear to be correct Markdown

. _ **a**_

Expected output:

. _**a**_