How can I ntegrate markdown with latex?
I want to develop a blog with markdown pages with math equations inside it. How can I render the LaTeX equations with Nuxt 3?
1 Reply
You can probably use KateX which is a JS rendering engine for LaTeX expressions. I nerver used it myself in markdown but I know Slidev uses it inside markdown files to render slides so you might want to take a look at their implementation.
KaTeX – The fastest math typesetting library for the web
Simple API, no dependencies – yet super fast on all major browsers.
GitHub
GitHub - slidevjs/slidev: Presentation Slides for Developers
Presentation Slides for Developers. Contribute to slidevjs/slidev development by creating an account on GitHub.