Screenshots: Use the proper checklist format

This commit is contained in:
Vishesh Handa
2020-06-04 02:28:56 +02:00
parent 2dbc2dda77
commit fe95458493

View File

@ -102,10 +102,10 @@ title: Shopping List
type: Checklist
---
[ ] Bananas
[ ] Rice
[ ] Cat Food
[x] Tomatoes
- [ ] Bananas
- [ ] Rice
- [ ] Cat Food
- [x] Tomatoes
""";
File(filePath).writeAsStringSync(content);