Skip to content

Commit 32fdd6a

Browse files
author
Sychevskyi Henadii
committed
ASUP-340
1 parent 0a167b9 commit 32fdd6a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ markdown_extensions:
2222
- toc:
2323
permalink: true
2424
- pymdownx.arithmatex
25-
- pymdownx.betterem(smart_enable=all)
25+
- pymdownx.betterem:
26+
smart_enable: all
2627
- pymdownx.caret
2728
- pymdownx.critic
2829
- pymdownx.emoji:
@@ -31,7 +32,8 @@ markdown_extensions:
3132
- pymdownx.magiclink
3233
- pymdownx.mark
3334
- pymdownx.smartsymbols
34-
- pymdownx.tasklist(custom_checkbox=true)
35+
- pymdownx.tasklist:
36+
custom_checkbox: true
3537
- pymdownx.tilde
3638

3739
nav:

0 commit comments

Comments
 (0)