island205/h2m

Unsupported HTML tags?

nandenjin opened this issue · 0 comments

Hi, I'm just trying implement converters for <b> and <i> tags on my own forked repo, but it fails on its original tests, and I found it is intended to ignore these tags.

I know that <b> and <strong>, or <i> and <em> have absolutely different purposes, and Spec for CommonMark defines that we should use <strong> and <em> to convert CommonMark, but the definition is for converting from Markdown to HTML and I wonder they can be implemented for convenience in this package.

If you have any opinion about this I want you tell me here.

Ref: My forked repo