Skip to content

Commit 3180c2b

Browse files
authored
Merge pull request #75 from UCL-ARC/feat/tildestrike
Adds extension for tildes for strikethrough to the mkdocs.yml file
2 parents 9553ce6 + 6316661 commit 3180c2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mkdocs-project-dir/mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ theme:
7171
# sane_lists: this makes lists behave a little more sensibly, and lets you start an ordered list with
7272
# a specified number. See here for details: https://python-markdown.github.io/extensions/sane_lists/
7373
#
74+
# There's more of these pymdownx extensions if needed
75+
# See: https://squidfunk.github.io/mkdocs-material/reference/formatting/
7476
# pymdownx.keys: this adds ++key++ syntax for making things formatted like buttons for keys to press
77+
# pymdownx.tilde: this adds ~~blah~~ for strikethrough
7578
#
7679
# attr_list: this lets you specify html classes on elements. in particular we use it to make links
7780
# look like buttons occasionally, and to manually add linkable IDs to the glossary
@@ -89,6 +92,7 @@ markdown_extensions:
8992
- footnotes
9093
- sane_lists
9194
- pymdownx.keys
95+
- pymdownx.tilde
9296
- attr_list
9397

9498
# Plugins

0 commit comments

Comments
 (0)