|### I cannot get my book rendered right in a website with MathJax.
I’m writting a book that I will deploy on gh-pages with mkdocs and mathjax. The issue is that i wrote my book with obsidian web I end an equation it doesn’t add the empty line required for mathjax to properly render equations.
The issue is that mathjax requires an empty line like this:
$$
x = y^2
$$
Text here with an empty line.
But obsidian is not adding that empty line after equations automatically.
Things I have tried
I have to manually look for all my equations and add it, or i need to run a python script in order to add them automatically. But when do, my obsidian files looks very ugly with a lot of spaces.