You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see similar issues with <em> and <strong> tags in HTML.
You really want to convert <em>content</em> to italic like so in markdown: _content_, results into: content.
And the same for <strong>content2</strong> to bold, like so: **content2**, results into: content2.
Also: Wordpress being Wordpress.., I also see sometimes <span class="">some text here</span>, this is not your fault. But it would be nice to conver this kind of HTML tags to nothing, so clean-up the output a bit more. By removing <span> fully from the markdown output.
Last but not least I also see some other HTML tags like …, “, ”, ‘, ’, ... (plus more...) not getting converted to just plain-text. Since markdown automatically convert that back to HTML tags when needed.
The text was updated successfully, but these errors were encountered:
Besides converting issues with hyperlinks to markdown format.
I see similar issues with
<em>
and<strong>
tags in HTML.You really want to convert
<em>content</em>
to italic like so in markdown:_content_
, results into: content.And the same for
<strong>content2</strong>
to bold, like so:**content2**
, results into: content2.Also: Wordpress being Wordpress.., I also see sometimes
<span class="">some text here</span>
, this is not your fault. But it would be nice to conver this kind of HTML tags to nothing, so clean-up the output a bit more. By removing<span>
fully from the markdown output.Last but not least I also see some other HTML tags like
…
,“
,”
,‘
,’
, ... (plus more...) not getting converted to just plain-text. Since markdown automatically convert that back to HTML tags when needed.The text was updated successfully, but these errors were encountered: