File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
363366When 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
374380In 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
You can’t perform that action at this time.
0 commit comments