summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-02-29 01:05:15 +0000
committerRaphael Kabo <raphaelkabo@hey.com>2024-02-29 01:05:15 +0000
commit015074a21fe0a4efcc08bcf121888b7dc41c4c74 (patch)
tree9fd251d392d4c4d9d94891743f3307fbe5789d64
parentf10aa7699b33c5762426256685f7519a03ed10b7 (diff)
Enable code highlighting in docs
-rw-r--r--mkdocs.yml13
1 files changed, 12 insertions, 1 deletions
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