Closed dr-br closed 4 months ago
should be possible, are you interested in making a PR for that?
it will take some time (I'm a user, not a dev)...
are you interested in making a PR for that?
I created my very first PR to a public project :sweat_smile:
Fixed on your PR.
Hi, I want to use mkdocs-jupyter with locally hosted MathJax (mkdocs-material +privacy plugin). Unfortunately, nbconvert implicitly sets
mathjax_url
. In the template, which is part of mkdocs-jupyter (mkdocs_html →{{ mathjax(resources.mathjax_url) }}
) this URL is used as well. When html.py is invoked, the URL is set implicitly.Would it be possible, to configure a custom
mathjax_url
? Most conveniently in the mkdocs.yml.Thanks in advance!