Skip to content

Commit 18a5deb

Browse files
committed
Enable pymdownx.tasklist plugin.
1 parent d80dcb0 commit 18a5deb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ markdown_extensions:
6262
alternate_style: true
6363
- pymdownx.details
6464
- pymdownx.snippets:
65-
base_path: '.'
65+
base_path: "."
6666
check_paths: true
67+
- pymdownx.tasklist:
68+
custom_checkbox: true
6769
- pymdownx.superfences:
6870
custom_fences:
6971
- name: mermaid

0 commit comments

Comments
 (0)