micromark / micromark-extension-mdx-jsx

micromark extension to support MDX or MDX.js JSX
https://unifiedjs.com
MIT License
8 stars 4 forks source link

Turn off namesapces by default #2

Closed wooorm closed 3 years ago

wooorm commented 3 years ago

Subject of the feature

<svg:rect> is parsed here, but most further JSX tooling doesn’t handle it.

Problem

Things are parsed here “silently” but future things probably crash.

Expected behavior

Make it an option, default to false

wooorm commented 3 years ago

I now believe that further transforms crashing is more on them, than this project.