Skip to content

Commit

Permalink
Fix default Markdown nested list indeting
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jun 18, 2024
1 parent 80ccc26 commit e85f394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ click==8.1.7
dacite==1.8.1
ghp-import==2.1.0
jinja2==3.1.2
mdx_truly_sane_lists==1.3
mypy-extensions==1.0.0
packaging==23.2
pathspec==0.11.2
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,4 @@ markdown_extensions:
- toc:
permalink: '#'
- attr_list
- mdx_truly_sane_lists

0 comments on commit e85f394

Please sign in to comment.