File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ markdown_extensions:
7474 custom_fences :
7575 - name : mermaid
7676 class : mermaid
77- format : !!python/name:pymdownx.superfences.fence_code_format
77+ format : !!python/name:pymdownx.superfences.fence_code_format ""
7878 - pymdownx.tabbed :
7979 alternate_style : true
8080 - pymdownx.keys # keyboard keys
@@ -87,25 +87,25 @@ markdown_extensions:
8787
8888# # Plugins
8989plugins :
90- # Explicitly add search plugin when defining plugins in this configuration file
90+ # Explicitly add search plugin when defining plugins to this configuration file
9191 - search
9292 - callouts
9393 - glightbox # Image aligning
94- - git-revision-date-localized : # Update and Creation date of each page
94+ - git-revision-date-localized :
95+ # Update and Creation date of each page
9596 # enable_creation_date: true
9697 fallback_to_build_date : true
9798
9899 # Generate Social Cards via CI only
99100 # in assets/images/social
100101 - social :
101102 cards : !ENV [MKDOCS_SOCIAL_CARDS_GENERATE, true]
102-
103103 # Redirect pages when moved or changed
104104 # - redirects:
105105 # redirect_maps:
106106 # repl-driven-development.md: introduction/repl-workflow.md
107107
108- # Footer / Social Media
108+ # Footer / Social Media
109109extra :
110110 analytics :
111111 provider : google
You can’t perform that action at this time.
0 commit comments