Skip to content

Commit 0c1af46

Browse files
Updated Task List section to show Nested Task List
1 parent f8a1db6 commit 0c1af46

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -354,21 +354,27 @@ In Issues and Pull requests check boxes can be added with the following syntax (
354354

355355
```
356356
- [ ] Be awesome
357-
- [ ] Do stuff
357+
- [ ] Prepare dinner
358+
- [ ] Research recipe
359+
- [ ] Buy ingredients
360+
- [ ] Cook recipe
358361
- [ ] Sleep
359362
```
360363

361-
![Task List](http://i.imgur.com/k2qZi56.png)
364+
![Task List](http://i.imgur.com/jJBXhsY.png)
362365

363366
When they are clicked, they will be updated in the pure Markdown:
364367

365368
```
366369
- [x] Be awesome
367-
- [x] Do stuff
370+
- [ ] Prepare dinner
371+
- [x] Research recipe
372+
- [x] Buy ingredients
373+
- [ ] Cook recipe
368374
- [ ] Sleep
369375
```
370376

371-
[*Read more about task lists.*](https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments)
377+
[*Read more about task lists.*](https://help.github.com/articles/writing-on-github#task-lists)
372378

373379
#### Task Lists in Markdown Documents
374380
In full Markdown documents **read-only** checklists can now be added using the following syntax:
@@ -377,15 +383,19 @@ In full Markdown documents **read-only** checklists can now be added using the f
377383
- [ ] Mercury
378384
- [x] Venus
379385
- [x] Earth
386+
- [x] Moon
380387
- [x] Mars
381-
- [ ] Jupiter
388+
- [ ] Deimos
389+
- [ ] Phobos
382390
```
383391

384392
- [ ] Mercury
385393
- [x] Venus
386394
- [x] Earth
395+
- [x] Moon
387396
- [x] Mars
388-
- [ ] Jupiter
397+
- [ ] Deimos
398+
- [ ] Phobos
389399

390400
[*Read more about task lists in markdown documents.*](https://github.com/blog/1825-task-lists-in-all-markdown-documents)
391401

0 commit comments

Comments
 (0)