Skip to content

Commit

Permalink
content/conf: Add colon_fences MyST options
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Aug 12, 2024
1 parent a3021a1 commit 08e235c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
#nb_execution_mode = "force"
nb_execution_mode = "cache"

# https://myst-parser.readthedocs.io/en/latest/syntax/optional.html
myst_enable_extensions = [
"colon_fence",
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down

0 comments on commit 08e235c

Please sign in to comment.