Skip to content

Commit

Permalink
Bumped Python Markdown Extensions and switched to alternate style
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Sep 30, 2021
1 parent 8bbe06a commit c541e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ markdown_extensions:
- name: mermaid
class: mermaid-experimental
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
mkdocs>=1.2.2
Pygments>=2.4
markdown>=3.2
pymdown-extensions>=8.2
pymdown-extensions>=9.0
mkdocs-material-extensions>=1.0

0 comments on commit c541e68

Please sign in to comment.