Evan Jacobs
Evan Jacobs
@dexster could you drop your changes to the docs files?
I'm interested in landing this if someone wants to update / recreate this PR against main
Hmm, I'm open to it as a config option if you can keep the bundle size delta small.
Hmm yeah that should be fixed, thanks
We don't explicitly support commonmark, this library is daring fireball markdown + some github flavors. If you want to contribute support for it in a way that minimally increases bundle...
Yeah, I've been wanting to replace the outer div with a fragment but it's not supported in React v15. Will probably add a config option for this
Hmm, that does seem like a bug. The "b" tag should be detected as an inline HTML tag and processed accordingly.
@ikonst looks like this PR is marked as a draft, anything else you were planning on doing to it?
Not currently, but it's something that could probably be added.
That lib is bigger than markdown-to-jsx itself unfortunately. Adding some basic config to just disable the HTML parsing rules should be relatively straightforward and it would just end up in...