From 865a18db6e03920ab98bc6173698397fff868df9 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 31 Jul 2020 09:06:00 +0200 Subject: [PATCH] Added note on MathJax and instant loading --- docs/reference/mathjax.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/reference/mathjax.md b/docs/reference/mathjax.md index ca0fe0b8d..625b07cfe 100644 --- a/docs/reference/mathjax.md +++ b/docs/reference/mathjax.md @@ -64,6 +64,14 @@ _MathJax can be configured in many different ways, for which Material for MkDocs might not provide native support. See the [official documentation][6] for more information._ +!!! tip "Using MathJax with [instant loading][9]" + + There's no additional effort necessary to integrate _MathJax 3_ with + [instant loading][7] – it's expected to work straight away. However, a + previous version of this document explained how to integrate Material for + MkDocs with _MathJax 2_, which doesn't exhibit this behavior. It's therefore + highly recommended to switch to _MathJax 3_. +