Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some html markup tags are not converted to markdown #106

Open
melroy89 opened this issue Feb 5, 2023 · 0 comments
Open

Some html markup tags are not converted to markdown #106

melroy89 opened this issue Feb 5, 2023 · 0 comments

Comments

@melroy89
Copy link

melroy89 commented Feb 5, 2023

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 &#8230;, &#8220;, &#8221;, &#8216;, &#8217;, ... (plus more...) not getting converted to just plain-text. Since markdown automatically convert that back to HTML tags when needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant