From 617f4e7bfd25316149a9db6cae8fa4572df20b30 Mon Sep 17 00:00:00 2001 From: Tuure Date: Mon, 9 Sep 2024 20:44:25 +0300 Subject: [PATCH] test(#131): add mixed/complicated task list example Followup to #163 --- tests/rendering/markdown-extended.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/tests/rendering/markdown-extended.md b/tests/rendering/markdown-extended.md index 720ab28c..32ea1977 100644 --- a/tests/rendering/markdown-extended.md +++ b/tests/rendering/markdown-extended.md @@ -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)