Configuring Markdown and MDX in Next.js
Are you tired of writing HTML in JSX or TSX components while building a Next.js app? Well, we are too. So here is a solution: Markdown and MDX, which allows us to use some simple characters to generate valid HTML code. Let’s see what they are and how to use them in detail. Previously, we […]
Configuring Markdown and MDX in Next.js Read More »