We have a feature in mdx, using which we can write markdown syntax inside the JSX block of code. ``` I want to write **some inline** code here like `npm i`. ``` So the `some inline` in the above code should appear bold. I have a [complete article](https://blog.utopian.dev/mdx/mdx-markdown-inside-a-react-component/) about this on a blog. You can refer it, if needed