Skip to content

Commit

Permalink
docs: try removing most markdown extensions
Browse files Browse the repository at this point in the history
testing #53
  • Loading branch information
kelly-sovacool committed Jan 18, 2024
1 parent df11450 commit 789929e
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,40 +58,12 @@ extra:

# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.attr_list
- markdown.extensions.md_in_html
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde

# Page Tree
nav:
Expand Down

0 comments on commit 789929e

Please sign in to comment.