Skip to content

Commit

Permalink
content/conf: Add colon fence extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Mar 7, 2024
1 parent bfca45a commit 854ccb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"sphinx_coderefinery_branding",
]

# MyST extensions
myst_enable_extensions = [
'colon_fence', # ::: can be used instead of ``` for better rendering
]
# Settings for myst_nb:
# https://myst-nb.readthedocs.io/en/latest/use/execute.html#triggering-notebook-execution
nb_execution_mode = "cache"
Expand Down

0 comments on commit 854ccb6

Please sign in to comment.