mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 00:29:20 +08:00
Screenshots: Use the proper checklist format
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user