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
We have a feature in mdx, using which we can write markdown syntax inside the JSX block of code.
<p> I want to write **some inline** code here like `npm i`. </p>
So the some inline in the above code should appear bold. I have a complete article about this on a blog. You can refer it, if needed
some inline
The text was updated successfully, but these errors were encountered:
Yep, I should definitely add this.
Sorry, something went wrong.
Note that MDX v2 accepts markdown in more places:
<div>*hi*?</div> <div> # hi? </div> <main> <div> # hi? </div> </main>
No branches or pull requests
We have a feature in mdx, using which we can write markdown syntax inside the JSX block of code.
So the
some inline
in the above code should appear bold. I have a complete article about this on a blog. You can refer it, if neededThe text was updated successfully, but these errors were encountered: