mkdocs für codeblöcke optimiert
This commit is contained in:
@@ -26,6 +26,8 @@ theme:
|
||||
logo: assets/Logo.png
|
||||
name: material
|
||||
features:
|
||||
- content.code.copy
|
||||
- content.code.select
|
||||
- navigation.sections
|
||||
palette:
|
||||
- media: "(prefers-color-scheme)"
|
||||
@@ -50,9 +52,19 @@ theme:
|
||||
# Markdown extensions
|
||||
markdown_extensions:
|
||||
- attr_list
|
||||
- adminition
|
||||
- tables
|
||||
- attr_list
|
||||
- md_in_html
|
||||
- pymdownx.blocks.caption
|
||||
# - toc:
|
||||
# permalink: true
|
||||
- pymdownx.highlight
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
line_spans: __span
|
||||
pygments_lang_class: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.superfences
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
@@ -63,7 +75,9 @@ markdown_extensions:
|
||||
- pymdownx.mark
|
||||
- pymdownx.tilde
|
||||
plugins:
|
||||
- permalink: true
|
||||
- offline
|
||||
- minify
|
||||
- search:
|
||||
- optimize:
|
||||
concurrency: 2
|
||||
|
||||
Reference in New Issue
Block a user