From 015074a21fe0a4efcc08bcf121888b7dc41c4c74 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Thu, 29 Feb 2024 01:05:15 +0000 Subject: [PATCH] Enable code highlighting in docs --- mkdocs.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 88dcddc..39356c3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,2 +1,13 @@ site_name: Gathio -theme: material +theme: + name: material + features: + - content.code.copy +markdown_extensions: + - pymdownx.highlight: + anchor_linenums: true + line_spans: __span + pygments_lang_class: true + - pymdownx.inlinehilite + - pymdownx.snippets + - pymdownx.superfences