Skip to content

Commit ea3f05d

Browse files
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>
1 parent 32458e8 commit ea3f05d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mkdocs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,8 @@ markdown_extensions:
8787
class: custom-bash-block
8888
format: !!python/name:pymdownx.superfences.fence_code_format
8989
- markdown.extensions.admonition # Highlighted warning/info blocks
90-
- markdown.extensions.attr_list # Set custom HTML attributes {: }
91-
- markdown.extensions.footnotes # Footnotes [^1]
9290
- markdown.extensions.meta # Define meta data (page title and description) at the top of the Markdown document
93-
- markdown.extensions.smarty # Automatically convert dashes, underscore, three-dots and quotes to text symbols
9491
- markdown.extensions.tables # Tables
95-
- markdown.extensions.toc: # Add HTML id attribute to headers
96-
permalink: true # Headers are links to themselves
9792
- pymdownx.betterem: # More intuitive emphasis handling
9893
smart_enable: all # Even smarter for both (asterisk and underscore) syntax => GitHub-like
9994
- pymdownx.details # Collapsible details blocks

0 commit comments

Comments
 (0)