mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-04 18:40:41 +00:00
Fix nested lists
This commit is contained in:
parent
a5de8cf062
commit
ff88aa1f45
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -30,5 +30,6 @@ jobs:
|
|||
- run: pip install mkdocs-git-revision-date-localized-plugin
|
||||
- run: pip install mkdocs-git-committers-plugin
|
||||
- run: pip install mkdocs-material[imaging]
|
||||
- run: pip install mdx_truly_sane_lists
|
||||
- run: mkdocs gh-deploy --force
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@ markdown_extensions:
|
|||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
- mdx_truly_sane_lists
|
||||
|
||||
plugins:
|
||||
- search
|
||||
|
|
Loading…
Reference in a new issue