Back
Try adding a - before the [] or [x]. That's an - followed by a blank space.
Below is an example you can refer to:
### Solar System Exploration, 1950s – 1960s - [ ] Mercury- [x] Venus- [x] Earth (Orbit/Moon) - [x] Mars - [ ] Jupiter - [ ] Saturn - [ ] Uranus - [ ] Neptune - [ ] Comet Haley
### Solar System Exploration, 1950s – 1960s
- [ ] Mercury
- [x] Venus
- [x] Earth (Orbit/Moon)
- [x] Mars
- [ ] Jupiter
- [ ] Saturn
- [ ] Uranus
- [ ] Neptune
- [ ] Comet Haley
It appears like below:
Here's how one could do the same in a table:ff
| Task | Time required | Assigned to | Current Status | Finished | |----------------|---------------|---------------|----------------|-----------|| Calendar Cache | > 5 hours | | in progress | - [x] ok?| Object Cache | > 5 hours | | in progress | [x] item1<br/>[ ] item2| Object Cache | > 5 hours | | in progress | <ul><li>- [x] item1</li><li>- [ ] item2</li></ul>| Object Cache | > 5 hours | | in progress | <ul><li>[x] item1</li><li>[ ] item2</li></ul>
| Task | Time required | Assigned to | Current Status | Finished |
|----------------|---------------|---------------|----------------|-----------|
| Calendar Cache | > 5 hours | | in progress | - [x] ok?
| Object Cache | > 5 hours | | in progress | [x] item1<br/>[ ] item2
| Object Cache | > 5 hours | | in progress | <ul><li>- [x] item1</li><li>- [ ] item2</li></ul>
| Object Cache | > 5 hours | | in progress | <ul><li>[x] item1</li><li>[ ] item2</li></ul>
- [x] works- [x] works too
- [x] works
- [x] works too
Here's how it looks:
31k questions
32.8k answers
501 comments
693 users