Skip to content

Commit

Permalink
Merge pull request jannis-baum#184 from tuurep/issue/131-add-tasklist…
Browse files Browse the repository at this point in the history
…-test

Add mixed/complicated task list example
  • Loading branch information
tuurep authored Sep 9, 2024
2 parents 81c4cf4 + 617f4e7 commit 9b1d6be
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tests/rendering/markdown-extended.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,33 @@ There's no markdown syntax for this, but technically multiple terms for one defi

## Task list

Simple:

- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media

Nested with other types of list:

- Monday
- chore day
1. wash dishes
- [x] done
2. mow lawn
- [ ] done
3. take out trash
- [ ] done
- [ ] day completed
- Sunday
- chill day
1. sleep
- [ ] done
2. take a bath
- [ ] done
3. play guitar
- [ ] done
- [ ] day completed

## Emoji

[Complete list of github emoji](https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md)
Expand Down

0 comments on commit 9b1d6be

Please sign in to comment.