From 9349e290d267ad538733d0a569c1f579d5211b83 Mon Sep 17 00:00:00 2001 From: Royi Date: Tue, 3 Oct 2023 13:04:18 +0300 Subject: [PATCH] Update markdown-basics.qmd Added some notes about MathJax following https://github.com/quarto-dev/quarto-cli/discussions/4429#discussioncomment-7173758. --- docs/authoring/markdown-basics.qmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/authoring/markdown-basics.qmd b/docs/authoring/markdown-basics.qmd index af58ca0e1..b89a0316d 100644 --- a/docs/authoring/markdown-basics.qmd +++ b/docs/authoring/markdown-basics.qmd @@ -237,7 +237,8 @@ $$ ::: ``` -For HTML math processed using [MathJax](https://docs.mathjax.org/) (the default) you can use the `\def`, `\newcommand`, `\renewcommand`, `\newenvironment`, `\renewenvironment`, and `\let` commands to create your own macros and environments. +For HTML math processed using [MathJax](https://docs.mathjax.org/) (the default) you can use the `\def`, `\newcommand`, `\renewcommand`, `\newenvironment`, `\renewenvironment`, and `\let` commands to create your own macros and environments. +The default configuration for [MathJax](https://docs.mathjax.org/) is [`tex-chtml-full.js`](https://docs.mathjax.org/en/latest/web/components/combined.html?highlight=tex-chtml-full.js#tex-chtml-full) which loads all [MathJax's extensions](https://docs.mathjax.org/en/latest/input/tex/extensions.html) except `colorv2` and `physics` (available using `\require{physics}`). ## Diagrams