From 736d6710fefe34a1495d5863caaaac5ee6ed6652 Mon Sep 17 00:00:00 2001 From: rmnvg Date: Sat, 12 Sep 2026 15:01:45 +0530 Subject: [PATCH] fix: merge duplicate markdown_extensions keys in mkdocs.yml --- mkdocs.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index be5b7a69c..57e66e440 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,6 +56,11 @@ markdown_extensions: - toc: permalink: true toc_depth: 3 + - pymdownx.superfences: + custom_fences: + - name: mermaid + class: mermaid + format: !!python/name:pymdownx.superfences.fence_code_format plugins: - search @@ -85,10 +90,3 @@ plugins: - Remove_single_output remove_input_tags: - Remove_input - -markdown_extensions: - - pymdownx.superfences: - custom_fences: - - name: mermaid - class: mermaid - format: !!python/name:pymdownx.superfences.fence_code_format