diff --git a/_sass/content.scss b/_sass/content.scss index 4ef15ce12476bc806df07f84535ed96b0ed91a2e..7a41e3aae2d38b8d72fccb82cf24120b9bd753c5 100644 --- a/_sass/content.scss +++ b/_sass/content.scss @@ -56,6 +56,22 @@ } } + .task-list { + padding-left: 0; + } + + .task-list-item { + display: flex; + align-items: center; + &::before { + content: ""; + } + } + + .task-list-item-checkbox { + margin-right: 0.6em; + } + hr + * { margin-top: 0; } diff --git a/docs/index-test.md b/docs/index-test.md index ab7a1f2df3cd86f0b95d76a066e1a8708d0abc4d..1d0db73cbae63f590b3e1a659ad1d8100c449dd5 100644 --- a/docs/index-test.md +++ b/docs/index-test.md @@ -94,6 +94,12 @@ end - level 2 item - level 1 item +### And a task list + +- [ ] Hello, this is a TODO item +- [ ] Hello, this is another TODO item +- [x] Goodbye, this item is done + ### Small image 