gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d0e747cd580d615ee467a1b04c8f61630e657f04
parent 999a6ae437866ac3d678974354004dab77ac0202
Author: decentral1se <1991377+decentral1se@users.noreply.github.com>
Date:   Tue, 23 May 2023 17:04:00 +0200

[docs] code highlighting configuration (#1817)

Co-authored-by: decentral1se <cellarspoon@riseup.net>
Diffstat:
Mmkdocs.yml | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml @@ -36,6 +36,13 @@ extra_css: markdown_extensions: - admonition + - pymdownx.highlight: + anchor_linenums: true + line_spans: __span + pygments_lang_class: true + - pymdownx.inlinehilite + - pymdownx.snippets + - pymdownx.superfences nav: - "Home": "index.md"