markdown: add checkbox (#971)

Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
This commit is contained in:
mr-bolle 2020-06-23 16:25:39 +02:00 committed by GitHub
parent 26e0f381fb
commit 41a2964704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,11 @@ __bold__
- Item 2 - Item 2
``` ```
```markdown
- [ ] Checkbox off
- [x] Checkbox on
```
### Links ### Links
```markdown ```markdown