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

Commit

Permalink
Merge pull request #41 from RetroAchievements/indented_lists
Browse files Browse the repository at this point in the history
fix nested bullet points
  • Loading branch information
televandalist authored Jun 6, 2023
2 parents e3d39ea + f9f8cfe commit d6fca30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-radocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- run: |
pip install mkdocs-material
pip install git+https://github.com/cmitu/mkdocs-altlink-plugin
pip install mdx_truly_sane_lists
- name: Deploying the documentation website...
run: |
git config user.name "${{ github.actor }}"
Expand Down
1 change: 1 addition & 0 deletions template.mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ markdown_extensions:
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.tilde
- mdx_truly_sane_lists

extra:
social:
Expand Down

0 comments on commit d6fca30

Please sign in to comment.