Skip to content

Commit

Permalink
Updated Task List section to show Nested Task List
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreArpin committed May 18, 2014
1 parent f8a1db6 commit 0c1af46
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,21 +354,27 @@ In Issues and Pull requests check boxes can be added with the following syntax (

```
- [ ] Be awesome
- [ ] Do stuff
- [ ] Prepare dinner
- [ ] Research recipe
- [ ] Buy ingredients
- [ ] Cook recipe
- [ ] Sleep
```

![Task List](http://i.imgur.com/k2qZi56.png)
![Task List](http://i.imgur.com/jJBXhsY.png)

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

```
- [x] Be awesome
- [x] Do stuff
- [ ] Prepare dinner
- [x] Research recipe
- [x] Buy ingredients
- [ ] Cook recipe
- [ ] Sleep
```

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

#### Task Lists in Markdown Documents
In full Markdown documents **read-only** checklists can now be added using the following syntax:
Expand All @@ -377,15 +383,19 @@ In full Markdown documents **read-only** checklists can now be added using the f
- [ ] Mercury
- [x] Venus
- [x] Earth
- [x] Moon
- [x] Mars
- [ ] Jupiter
- [ ] Deimos
- [ ] Phobos
```

- [ ] Mercury
- [x] Venus
- [x] Earth
- [x] Moon
- [x] Mars
- [ ] Jupiter
- [ ] Deimos
- [ ] Phobos

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

Expand Down

0 comments on commit 0c1af46

Please sign in to comment.