File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,10 @@ theme:
71
71
# sane_lists: this makes lists behave a little more sensibly, and lets you start an ordered list with
72
72
# a specified number. See here for details: https://python-markdown.github.io/extensions/sane_lists/
73
73
#
74
+ # There's more of these pymdownx extensions if needed
75
+ # See: https://squidfunk.github.io/mkdocs-material/reference/formatting/
74
76
# pymdownx.keys: this adds ++key++ syntax for making things formatted like buttons for keys to press
77
+ # pymdownx.tilde: this adds ~~blah~~ for strikethrough
75
78
#
76
79
# attr_list: this lets you specify html classes on elements. in particular we use it to make links
77
80
# look like buttons occasionally, and to manually add linkable IDs to the glossary
@@ -89,6 +92,7 @@ markdown_extensions:
89
92
- footnotes
90
93
- sane_lists
91
94
- pymdownx.keys
95
+ - pymdownx.tilde
92
96
- attr_list
93
97
94
98
# Plugins
You can’t perform that action at this time.
0 commit comments