From aacd43d47ef7a19017fb6e2a8c86af23e0277879 Mon Sep 17 00:00:00 2001 From: Alexis GUYOT Date: Thu, 25 Jan 2024 13:26:08 +0100 Subject: [PATCH] Actualiser mkdocs.yml modification plugins --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5111454..0a7bec4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,8 +9,6 @@ theme: features: - navigation.instant - content.action.edit -plugins: - - callouts markdown_extensions: - pymdownx.superfences: @@ -24,5 +22,7 @@ markdown_extensions: - pymdownx.tabbed: alternate_style: true combine_header_slug: true + - nl2br - +plugins: + - callouts