We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x0 is generating nested anchor tags from md to html.
you can replicate by creating a md file with a h1:
md
h1
// hello.md # Hello world
And render this
// index.js import React from 'react'; import Hello from "./hello.md"; export default class extends React.Component { render() { return Hello /> } }
Also happening on https://mdxjs.com
It doesn't happen on the x0 docs site though, maybe this was introduced in a later version?
Thanks!
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
x0 is generating nested anchor tags from md to html.
you can replicate by creating a
md
file with ah1
:And render this
Also happening on https://mdxjs.com
It doesn't happen on the x0 docs site though, maybe this was introduced in a later version?
Thanks!
The text was updated successfully, but these errors were encountered: