From 5b6a6b5731e09f0caaf9ca119057be3cecdab91a Mon Sep 17 00:00:00 2001 From: olalekan odukoya Date: Wed, 13 May 2026 23:12:16 +0100 Subject: [PATCH] fixed formatting and code blocks for pymdown-extensions Signed-off-by: olalekan odukoya --- docs/mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2ee340d04..5f7b9a4c4 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -110,8 +110,9 @@ plugins: markdown_extensions: # Code block highlighting - pymdownx.highlight: - # Allows linking directly to specific lines in code blocks anchor_linenums: true + line_spans: true + pygments_lang_class: true # Inline code block highlighting - pymdownx.inlinehilite # Lets you embed content from another file @@ -121,8 +122,7 @@ markdown_extensions: custom_fences: - name: mermaid class: mermaid - format: - !!python/name:pymdownx.superfences.fence_code_format # Enable note/warning/etc. callouts + format: !!python/name:pymdownx.superfences.fence_code_format - admonition