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

Markdown links next to React components are not built #158

Closed
PandaSekh opened this issue Jun 7, 2021 · 1 comment
Closed

Markdown links next to React components are not built #158

PandaSekh opened this issue Jun 7, 2021 · 1 comment

Comments

@PandaSekh
Copy link

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

@BRKalow
Copy link
Contributor

BRKalow commented Jun 7, 2021

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.

@BRKalow BRKalow closed this as completed Jun 7, 2021
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

2 participants