Skip to content

Commit 08e235c

Browse files
committed
content/conf: Add colon_fences MyST options
1 parent a3021a1 commit 08e235c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
#nb_execution_mode = "force"
5555
nb_execution_mode = "cache"
5656

57+
# https://myst-parser.readthedocs.io/en/latest/syntax/optional.html
58+
myst_enable_extensions = [
59+
"colon_fence",
60+
]
61+
5762
# Add any paths that contain templates here, relative to this directory.
5863
templates_path = ['_templates']
5964

0 commit comments

Comments
 (0)