From 36df64d871f93b5d947d828eafa24b2e9b87fa5a Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Tue, 25 Feb 2025 12:31:32 +0100 Subject: [PATCH] update mkdocs.yml --- mkdocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1ee10d3..acb1a6a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -30,4 +30,6 @@ markdown_extensions: class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format - admonition - - pymdownx.details \ No newline at end of file + - pymdownx.details + - pymdownx.tasklist: + custom_checkbox: true \ No newline at end of file