Closed leoyala closed 3 months ago
I fixed this by including these lines in the configuration for the plugin in mkdocs.yaml:
include_requirejs: true
custom_mathjax_url: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS_CHTML-full,Safe"
So it should look like this:
plugins:
- mkdocs-jupyter:
execute: false
allow_errors: true
include_requirejs: true
custom_mathjax_url: "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS_CHTML-full,Safe"
Hello.
I am using mkdocs-jupyter to add some tutorials tot eh documentation of a package I am working on. However. inline math is not being converted to an equation (see image below). The strange part is that math that is surrounded by double symbols ($$) is rendered properly (see second image below). Do you have any idea why?
I am using: mkdocs-jupyter 0.24.8 nbconvert 7.16.4 mkdocs-material 9.5.30