Skip to content

Commit

Permalink
Merge pull request #844 from RoyiAvital/patch-1
Browse files Browse the repository at this point in the history
Added Notes on MathJax's Default Configuration
  • Loading branch information
jjallaire authored Oct 3, 2023
2 parents ee54041 + 9349e29 commit 3c685b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/authoring/markdown-basics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3c685b1

Please sign in to comment.