From 5163cf1988d6d0347fe28b542e17085afbf810fa Mon Sep 17 00:00:00 2001 From: Trigus42 <59501676+Trigus42@users.noreply.github.com> Date: Sat, 12 Oct 2024 02:16:32 +0200 Subject: [PATCH] Add code markup features --- mkdocs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 1fba8b8f..d3c674df 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,6 +29,14 @@ theme: - content.code.copy - content.code.select - content.code.annotate +markdown_extensions: + - pymdownx.highlight: + anchor_linenums: true + pygments_lang_class: true + line_spans: __span + - pymdownx.inlinehilite + - pymdownx.superfences + - pymdownx.smartsymbols extra_css: - stylesheets/extra.css plugins: