Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit d6fca30

Browse files
Merge pull request #41 from RetroAchievements/indented_lists
fix nested bullet points
2 parents e3d39ea + f9f8cfe commit d6fca30

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy-radocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- run: |
1414
pip install mkdocs-material
1515
pip install git+https://github.com/cmitu/mkdocs-altlink-plugin
16+
pip install mdx_truly_sane_lists
1617
- name: Deploying the documentation website...
1718
run: |
1819
git config user.name "${{ github.actor }}"

template.mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ markdown_extensions:
2929
- pymdownx.magiclink
3030
- pymdownx.mark
3131
- pymdownx.tilde
32+
- mdx_truly_sane_lists
3233

3334
extra:
3435
social:

0 commit comments

Comments
 (0)