From 2064c181d487c438e29df56cb84443c0b3f9377d Mon Sep 17 00:00:00 2001 From: #Einswilli Date: Mon, 2 Feb 2026 11:17:22 +0000 Subject: [PATCH] new code style for the documentation --- mkdocs.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 4b0c7be..3afbf12 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -52,6 +52,9 @@ theme: text: Inter code: Chivo Mono + # CODE STYLES + hljs_style: monokai + # Extra JS files extra_javascript: - assets/javascript/msdl.v1.js @@ -96,7 +99,15 @@ markdown_extensions: - tables - toc: permalink: true - - pymdownx.highlight + - pymdownx.highlight: + linenums: true + anchor_linenums: true + line_spans: __span + pygments_lang_class: true + use_pygments: true + auto_title: true + noclasses: true + pygments_style: one-dark - pymdownx.superfences - pymdownx.details - pymdownx.tabbed