File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Bullet Lists
2+
3+ This is a test for bullet list.
4+
5+ ## First List
6+
7+ Items in first list:
8+
9+ - Apple
10+ - Banana
11+ - Cherry
12+
13+ ## Second List
14+
15+ - Dog
16+ - Elephant
17+ - Fox
18+
19+ ## Nested Lists
20+
21+ Outer list:
22+
23+ - First outer
24+ - First inner
25+ - Second inner
26+ - Second outer
27+ - Third outer
28+
29+ Another separate list:
30+
31+ - Alpha
32+ - Beta
33+ - Gamma
Original file line number Diff line number Diff line change 1- # Multiple Numbered Lists
1+ # Ordered Lists
22
3- This tests that separate numbered lists restart numbering at 1 .
3+ This is a test for ordered list .
44
55## First List
66
Original file line number Diff line number Diff line change 1+ # Task Lists
2+
3+ This is a test for task list.
4+
5+ ## First List
6+
7+ Items in first list:
8+
9+ - [ ] Apple
10+ - [ ] Banana
11+ - [x] Cherry
12+
13+ ## Second List
14+
15+ - [ ] Dog
16+ - [x] Elephant
17+ - [x] Fox
18+
19+ ## Nested Lists
20+
21+ Outer list:
22+
23+ - [ ] First outer
24+ - [ ] First inner
25+ - [x] Second inner
26+ - [ ] Second outer
27+ - [ ] Third outer
28+
29+ Another separate list:
30+
31+ - [ ] Alpha
32+ - [x] Beta
33+ - [ ] Gamma
You can’t perform that action at this time.
0 commit comments