From 309581296f8e68223dc1ec4bc23c7944c5bed8c3 Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Wed, 30 Oct 2024 01:37:18 +0900 Subject: [PATCH] Fix markdown error --- docs/mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 1c5f823e..8d66b333 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -102,9 +102,9 @@ markdown_extensions: - tables # - pymdownx.details - pymdownx.highlight: - anchor_linenums: true - line_spans: __span - pygments_lang_class: true + anchor_linenums: true + line_spans: __span + pygments_lang_class: true - pymdownx.inlinehilite - pymdownx.snippets - pymdownx.superfences