Skip to content

Commit 8ac86e1

Browse files
authored
Enable $$ blocks inline via myst parser dmath_double_inline (#658)
Refs: - Myst docs: https://myst-parser.readthedocs.io/en/latest/configuration.html#id1:~:text=default%3A%20True)-,dmath_double_inline,-bool - Changelog: https://myst-parser.readthedocs.io/en/latest/develop/_changelog.html#id19 - PR adding this option to myst: executablebooks/MyST-Parser#369 - Relevant issue from related project: jupyter-book/jupyter-book#1181 Fixes #657
1 parent 0c40b49 commit 8ac86e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def setup(app: Sphinx):
135135

136136
# MyST config
137137
myst_enable_extensions = ["colon_fence", "deflist", "dollarmath", "amsmath", "substitution"]
138+
myst_dmath_double_inline = True
138139
citation_code = f"""
139140
```bibtex
140141
@incollection{{citekey,

0 commit comments

Comments
 (0)