Hi @cpursley
I tested version 0.3.0 but I still noticed breaking changes to version 0.1.6.
Version 0.1.6:
> Html2Markdown.convert("<em>Emphasis</em> normal <strong>bold</strong>")
"*Emphasis* normal **bold**"
Version 0.3.0:
> Html2Markdown.convert("<em>Emphasis</em> normal <strong>bold</strong>")
"*Emphasis*\n\nnormal\n\n**bold**"
This seems to be also happening with other tags like span or heading tags.
Hi @cpursley
I tested version 0.3.0 but I still noticed breaking changes to version 0.1.6.
Version 0.1.6:
Version 0.3.0:
This seems to be also happening with other tags like
spanor heading tags.