Brilliant plugin
I've tried adding support for empty markdown checkboxes - [ ], which are supported in github PR reviews. However, I keep getting conflicts with the regex.
See: https://regexr.com/3dqac for some regex ((\[[ x]].*?(\r\n|\r|\n)){1})\[[ x]](.*)
It would also requires this to be done first: #206
Brilliant plugin
I've tried adding support for empty markdown checkboxes
- [ ], which are supported in github PR reviews. However, I keep getting conflicts with the regex.See: https://regexr.com/3dqac for some regex
((\[[ x]].*?(\r\n|\r|\n)){1})\[[ x]](.*)It would also requires this to be done first: #206