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
Hey there! As noted in the issue linked, this has landed in mdx-js v2, which is not yet stable, and as such we have not integrated it into this library. Once v2 lands as stable we'll look at adopting it then. I'm going to close this as it's not something that can be addressed by this library at this point.
When using markdown urls next to a react component, the url will not be converted to tags in html.
Example of code that will break:
[Some url](some.url) and also a <ReactComponent />
In this case the component will be rendered but not the link.
Found this on the MDX repo: mdx-js/mdx#628
The text was updated successfully, but these errors were encountered: