-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
Describe the problem to be solved
I want to render LaTeX equations in my documentation.
Describe the solution you'd like
Use KaTeX to automatically render equations like $$x^2$$
.
Describe alternatives you've considered
I tried including KaTeX or MathJax as extra scripts, but since Redocly uses React, modifying the DOM doesn't seem to work. Manually converting LaTeX to MathML works but is cumbersome and leads to cluttered Markdown files.
dzmitry-lahoda