From f9f8cfe10eb7669d657b56ea36432bb6840d68f6 Mon Sep 17 00:00:00 2001 From: Jamiras Date: Tue, 6 Jun 2023 07:02:03 -0600 Subject: [PATCH] fix nested bullet points --- .github/workflows/deploy-radocs.yml | 1 + template.mkdocs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/deploy-radocs.yml b/.github/workflows/deploy-radocs.yml index 12b0ef153..0259a983c 100644 --- a/.github/workflows/deploy-radocs.yml +++ b/.github/workflows/deploy-radocs.yml @@ -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 }}" diff --git a/template.mkdocs.yml b/template.mkdocs.yml index 4fe5dbaaa..0841be169 100644 --- a/template.mkdocs.yml +++ b/template.mkdocs.yml @@ -29,6 +29,7 @@ markdown_extensions: - pymdownx.magiclink - pymdownx.mark - pymdownx.tilde + - mdx_truly_sane_lists extra: social: