Skip to content

Commit d2fe682

Browse files
mkdocs: format file with astronvim linters
1 parent e448a20 commit d2fe682

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mkdocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
8989
plugins:
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
109109
extra:
110110
analytics:
111111
provider: google

0 commit comments

Comments
 (0)