TomasHubelbauer / vscode-markdown-todo

A VS Code extension for displaying all MarkDown todos in one Explorer pane.
MIT License
15 stars 4 forks source link

Support multiple bullet styles (`*` and `+`) #14

Open lovetoburnswhen opened 1 year ago

lovetoburnswhen commented 1 year ago

Currently the extension only detects checkbox items that have a - bullet.

- [ ] todo
* [ ] todo
+ [ ] ads

are all valid checkboxes in markdown and should be treated the same