1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00

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

correct the documentation about adding checkboxes
This commit is contained in:
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

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.