X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d24bc4364c6ef2337875be1a5b4e0851adaaf0f6..abdc31cd4fb6cf88339f8ade0adf9c5356a95aa3:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index 2801e0e..e9fdebb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -105,11 +105,15 @@ myst_heading_anchors = 3 # Prettier support formatting some MyST syntax but not all, so let's disable the # unsupported yet still enabled by default ones. myst_disable_syntax = [ + "colon_fence", "myst_block_break", "myst_line_comment", "math_block", ] +# Optional MyST Syntaxes +myst_enable_extensions = [] + # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for