diff --git a/mkdocs.yml b/mkdocs.yml index eb90643..48f325e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -66,8 +66,9 @@ markdown_extensions: - pymdownx.superfences - pymdownx.tilde - pymdownx.highlight: - auto_title: true - linenums: true + # Bad idea, b/c some code blocks shouldn't have title and line-nums + # auto_title: true + # linenums: true - mdx_truly_sane_lists - tables - attr_list