How to render math equations with Markdown and Nextjs
On my recent project one of the requirements was the ability to include math equations in blog posts. To accomplish this, we needed 2 things: support math syntax in Markdown and transforme the LaTeX math syntax into HTML.