Closed mrossinek closed 3 years ago
This includes two minor fixes:
Links should allow punctuation in front of the and not require a whitespace (this requirement only holds for TODO syntax).
Correct parsing of ranged tag names starting with e. See screenshot below (although this second commit is kind of odd, I admit that)...
e
Note, that the ranged tag name endeavour is also handled properly even though it starts with end.
endeavour
end
Thx a bunch man :)
This includes two minor fixes:
Links should allow punctuation in front of the and not require a whitespace (this requirement only holds for TODO syntax).
Correct parsing of ranged tag names starting with
e
. See screenshot below (although this second commit is kind of odd, I admit that)...Note, that the ranged tag name
endeavour
is also handled properly even though it starts withend
.