Skip to content

Commit

Permalink
Merge pull request #98 from gradle/bug/markdown-rendering
Browse files Browse the repository at this point in the history
Fix default Markdown nested list indeting
  • Loading branch information
oleg-nenashev authored Jun 18, 2024
2 parents e678801 + e85f394 commit e518955
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 @@ -19,6 +19,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 @@ -151,3 +151,4 @@ markdown_extensions:
- toc:
permalink: '#'
- attr_list
- mdx_truly_sane_lists

0 comments on commit e518955

Please sign in to comment.