diff --git a/mkdocs.yml b/mkdocs.yml index 021d07e..175065a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,6 +2,8 @@ site_name: Technik AG Wiki theme: name: material + features: + - content.code.copy repo_url: https://git.mypapercloud.de/fierke/tagwiki edit_uri: src/branch/main/docs/ @@ -9,4 +11,8 @@ edit_uri: src/branch/main/docs/ plugins: - search - git-authors - - git-revision-date-localized \ No newline at end of file + - git-revision-date-localized + +markdown_extensions: + - pymdownx.superfences + - pymdownx.highlight \ No newline at end of file