Markdown checkbox in Github
GitHub provides extended syntax which is additional feature to markdown syntax
Syntax:
add hyphen starting of the line with [] or [x], space should be added before and after square brackets followed by content.
This is also called a Task list.
- [] Checkbox not checked
- [X] Checkbox checked
Let’s see an example displaying checkbox in Github
- [] for checkbox
### Project status
- [x] Design
- [x] Mockups
- [x] Development
- [x] Unit testing
- [ ] QA
- [ ] Stage
- [ ] Beta Testing
- [ ] Production