Skip to content

Commit dff5195

Browse files
committed
Add and sort mkdocs markdown extensions
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 191e107 commit dff5195

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ markdown_extensions:
6868
anchor_linenums: true
6969
line_spans: __span
7070
pygments_lang_class: true
71-
- pymdownx.superfences
72-
- pymdownx.tasklist
73-
- pymdownx.tabbed
7471
- pymdownx.keys
7572
- pymdownx.snippets:
7673
check_paths: true
@@ -79,6 +76,8 @@ markdown_extensions:
7976
- name: mermaid
8077
class: mermaid
8178
format: "!!python/name:pymdownx.superfences.fence_code_format"
79+
- pymdownx.tabbed
80+
- pymdownx.tasklist
8281
- toc:
8382
permalink: "¤"
8483

0 commit comments

Comments
 (0)