You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a list in my markdown and one of the list item is like this:
- A `rel` or `path` contains non-supported characters.
This includes spaces, control characters, and unsafe URI characters, For example: ```$ & + , / : ; = ? @ < > # % { } | \ ^~ [ ] ` ' "``` returns an error.
The above list item gets reported as containing a TODO. It seems the rule is catching this because there's a [ ] in the description paragraph of that list item.
The rule should be looking for [ ] at the beginning of a list item in order for it to be really a TODO item.
The text was updated successfully, but these errors were encountered:
I have a list in my markdown and one of the list item is like this:
The above list item gets reported as containing a TODO. It seems the rule is catching this because there's a
[ ]
in the description paragraph of that list item.The rule should be looking for
[ ]
at the beginning of a list item in order for it to be really a TODO item.The text was updated successfully, but these errors were encountered: