File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Python
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v3
22
22
with :
23
23
python-version : ' 3.8'
24
24
- name : Install MkDocs
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ plugins:
29
29
30
30
markdown_extensions :
31
31
- markdown.extensions.admonition :
32
+ - markdown.extensions.footnotes :
32
33
- markdown.extensions.smarty :
33
34
smart_quotes : false
34
35
- pymdownx.betterem :
36
+ - markdown.extensions.abbr :
35
37
- markdown.extensions.attr_list :
36
38
- markdown.extensions.def_list :
37
39
- markdown.extensions.tables :
38
- - markdown.extensions.abbr :
39
- # - pymdownx.extrarawhtml:
40
40
- pymdownx.superfences :
41
41
- pymdownx.highlight :
42
42
css_class : codehilite
@@ -62,7 +62,7 @@ markdown_extensions:
62
62
- pymdownx.tasklist :
63
63
custom_checkbox : true
64
64
- pymdownx.striphtml :
65
- strip_attributes : ' '
66
65
- pymdownx.keys :
67
66
separator : " \uff0b "
68
67
- pymdownx.details :
68
+ - pymdownx.saneheaders :
You can’t perform that action at this time.
0 commit comments