You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
Remove duplicate configuration entry (#804)
* Remove duplicate configuration entry * mkdocs.yml: delete some more duplicates. Closes: #802 --------- Co-authored-by: Rolf Leggewie <foss@leggewie.org>
This commit is contained in:
@@ -87,13 +87,8 @@ markdown_extensions:
|
||||
class: custom-bash-block
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
- markdown.extensions.admonition # Highlighted warning/info blocks
|
||||
- markdown.extensions.attr_list # Set custom HTML attributes {: }
|
||||
- markdown.extensions.footnotes # Footnotes [^1]
|
||||
- markdown.extensions.meta # Define meta data (page title and description) at the top of the Markdown document
|
||||
- markdown.extensions.smarty # Automatically convert dashes, underscore, three-dots and quotes to text symbols
|
||||
- markdown.extensions.tables # Tables
|
||||
- markdown.extensions.toc: # Add HTML id attribute to headers
|
||||
permalink: true # Headers are links to themselves
|
||||
- pymdownx.betterem: # More intuitive emphasis handling
|
||||
smart_enable: all # Even smarter for both (asterisk and underscore) syntax => GitHub-like
|
||||
- pymdownx.details # Collapsible details blocks
|
||||
|
||||
Reference in New Issue
Block a user