1
0
mirror of https://github.com/GitJournal/GitJournal.git synced 2025-07-09 19:54:17 +08:00

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

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