Skip to content

Commit 93fa0ed

Browse files
committed
Add markdown extensions
1 parent 7319486 commit 93fa0ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/mkdocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ markdown_extensions:
9393
- name: mermaid
9494
class: mermaid
9595
format: !!python/name:pymdownx.superfences.fence_code_format
96+
- pymdownx.magiclink # Displays bare URLs as links
97+
- pymdownx.tasklist: # Renders check boxes in tasks lists
98+
custom_checkbox: true
9699
extra:
97100
generator: false # Disable watermark
98101
version:

0 commit comments

Comments
 (0)