Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds extension for tildes for strikethrough to the mkdocs.yml file #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mkdocs-project-dir/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ theme:
# sane_lists: this makes lists behave a little more sensibly, and lets you start an ordered list with
# a specified number. See here for details: https://python-markdown.github.io/extensions/sane_lists/
#
# There's more of these pymdownx extensions if needed
# See: https://squidfunk.github.io/mkdocs-material/reference/formatting/
# pymdownx.keys: this adds ++key++ syntax for making things formatted like buttons for keys to press
# pymdownx.tilde: this adds ~~blah~~ for strikethrough
#
# attr_list: this lets you specify html classes on elements. in particular we use it to make links
# look like buttons occasionally
Expand All @@ -89,6 +92,7 @@ markdown_extensions:
- footnotes
- sane_lists
- pymdownx.keys
- pymdownx.tilde
- attr_list

# Plugins
Expand Down