We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f063e3 commit 073ae63Copy full SHA for 073ae63
conf.py
@@ -78,3 +78,7 @@
78
79
# https://github.com/sphinx-contrib/emojicodes/pull/22/files
80
latex_engine = 'xelatex'
81
+
82
+myst_enable_extensions = [
83
+ 'colon_fence', # ::: can be used instead of ``` for better rendering
84
+ ]
0 commit comments