From 54162ae6679bbc4b20bdc59ea2fce9c968bfde98 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Mon, 3 Mar 2025 12:40:04 +0100 Subject: [PATCH] Added mathjax to mkdocs --- mkdocs.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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