Skip to content

Commit 6d37396

Browse files
committed
Fix for list
1 parent ccbfa04 commit 6d37396

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

docs/Typography.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Another paragraph with **bold**, *italic*, and ~~strikethrough~~ text. Also, som
3434
# Checklist
3535
- [x] Checked item
3636
- [ ] Unchecked item
37+
- [x] Lorem ipsum dolor sit amet, consectetur adipiscing elit
38+
- [ ] Vestibulum convallis sit amet nisi a tincidunt
39+
* [x] In hac habitasse platea dictumst
40+
* [x] In scelerisque nibh non dolor mollis congue sed et metus
41+
* [ ] Praesent sed risus massa
42+
- [ ] Aenean pretium efficitur erat, donec pharetra, ligula non scelerisque
3743

3844
# Definition List
3945
Term 1

mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ theme:
4444
# Extensions
4545
markdown_extensions:
4646
- admonition # for Callout boxes
47-
- pymdownx.highlight: # for code block enhancements
47+
- pymdownx.highlight:
4848
anchor_linenums: true
4949
line_spans: __span
5050
pygments_lang_class: true
@@ -53,6 +53,9 @@ markdown_extensions:
5353
- pymdownx.superfences
5454
- pymdownx.arithmatex: # for rendering math equations
5555
generic: true
56+
- def_list # List extensions
57+
- pymdownx.tasklist: # List extensions
58+
custom_checkbox: true
5659

5760
# Extra JavaScript for KaTeX
5861
extra_javascript:

0 commit comments

Comments
 (0)