We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bff51b commit 23576aaCopy full SHA for 23576aa
1 file changed
spec/checkboxes_spec.rb
@@ -76,7 +76,9 @@
76
# Hello there
77
- [ ] first bullet
78
- [ ] second bullet
79
+ - non-checkbox child
80
- [ ] third bullet
81
82
TEXT
83
84
vim.edit filename
@@ -90,7 +92,9 @@
90
92
91
93
- [X] first bullet
94
- [X] second bullet
95
96
- [X] third bullet
97
98
99
100
end
0 commit comments