diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-29 01:05:15 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-29 01:05:15 +0000 |
commit | 015074a21fe0a4efcc08bcf121888b7dc41c4c74 (patch) | |
tree | 9fd251d392d4c4d9d94891743f3307fbe5789d64 | |
parent | f10aa7699b33c5762426256685f7519a03ed10b7 (diff) |
Enable code highlighting in docs
-rw-r--r-- | mkdocs.yml | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 |