From 7a59c6a00b30561f06bc974b058ab849070fd1ad Mon Sep 17 00:00:00 2001 From: Orest Ivasiv Date: Fri, 10 Nov 2023 18:34:35 +0100 Subject: [PATCH] upd mkdocs.yml disable global code block title/linenum --- mkdocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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