docs: add dollarmath myst extension

Enables use of `$$...$$` math blocks, see https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#math-shortcuts
This commit is contained in:
Erik Sundell
2023-04-04 20:51:22 +02:00
committed by GitHub
parent 214635bf87
commit 82aac067b6

View File

@@ -70,6 +70,7 @@ myst_enable_extensions = [
"attrs_inline",
"colon_fence",
"deflist",
"dollarmath",
"fieldlist",
]