Skip to content

Commit

Permalink
fix: add mdx-truly-sane-list extension back
Browse files Browse the repository at this point in the history
Package seems unmaintained and is not compatible with markdown >=3.4
  • Loading branch information
raphael0202 committed Aug 8, 2023
1 parent cdc34a1 commit 460dae6
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 57 deletions.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ theme:

markdown_extensions:
- footnotes
- mdx_truly_sane_lists
- pymdownx.highlight
- pymdownx.superfences

Expand Down
98 changes: 41 additions & 57 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ flake8-github-actions = "~0.1.1"
pytest-cov = "~4.0.0"
mkdocs-material = "~7.2.3"
mdx-truly-sane-lists = "~1.2"
markdown = "~3.3" # mdx-truly-sane-lists requires markdown < 3.4
mkdocs-awesome-pages-plugin = "~2.8.0"
coverage = { extras = ["toml"], version = "~6.3" }
types-requests = "~2.28.11.5"
Expand Down

0 comments on commit 460dae6

Please sign in to comment.