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:
@ -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);
|
||||||
|
Reference in New Issue
Block a user