One nice to have (and probably pretty easy one to catch) would be LinkKind::BugReference.
literally just /#[0-9]*/g (maybe with some boundaries to make sure it's not a middle of a string)
It would let users catch bug numbers and do things with them in strings.
kind of like: #1 :-)
but not:#1because
One nice to have (and probably pretty easy one to catch) would be LinkKind::BugReference.
literally just
/#[0-9]*/g(maybe with some boundaries to make sure it's not a middle of a string)It would let users catch bug numbers and do things with them in strings.
kind of like: #1 :-)
but not:#1because