diff --git a/mkdocs.yml b/mkdocs.yml index acb1a6a..a5df66d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -32,4 +32,11 @@ markdown_extensions: - admonition - pymdownx.details - pymdownx.tasklist: - custom_checkbox: true \ No newline at end of file + custom_checkbox: true + - pymdownx.arithmatex: + generic: true + + +extra_javascript: + - javascripts/mathjax.js + - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js \ No newline at end of file