Merge pull request #265 from jaredcrowe/docs-correct-checkbox-syntax

correct the documentation about adding checkboxes
pull/272/head
Laurent Cozic 2018-03-02 17:59:33 +00:00 committed by GitHub
commit edccd7412f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -194,9 +194,9 @@ Here is an example with the Markdown and rendered result side by side:
Checkboxes can be added like so:
-[ ] Milk
-[ ] Rice
-[ ] Eggs
- [ ] Milk
- [ ] Rice
- [ ] Eggs
The checkboxes can then be ticked in the mobile and desktop applications.