diff --git a/docs/docs/reference/markdown-config.rst b/docs/docs/reference/markdown-config.rst
index 51cc6489..c91c3912 100644
--- a/docs/docs/reference/markdown-config.rst
+++ b/docs/docs/reference/markdown-config.rst
@@ -127,8 +127,15 @@ The following **additional options** are available:
+==========================================================+===========================+
| Ignore indented code blocks | ``disable-indented-code`` |
+----------------------------------------------------------+---------------------------+
-| Parse inline LaTeX-style math blocks, such as | ``math`` |
-| inline ``$equations$`` or display ``$$equations$$`` | |
+| Ignore inline LaTeX-style math blocks, such as | ``math`` |
+| inline ``$equations$`` or display ``$$equations$$``, | |
+| allowing them to be processed separately with a | |
+| JavaScript library. | |
+| **Note:** This extension will *not* render equations | |
+| or any form of math, it just marks them to be ignored by | |
+| the markdown parser. A library such as | |
+| `MathJax