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
Treat more special characters as trailing delimiters (#3)
* `;` is now treated the same as `,` and `:`
* `<` and `>` now also need to match, same as other brackets
* `/` can still be within or at the end of an URL, but if it's within a
group of other delimiters, it behaves as a delimiter
Together, these new rules result in `">`, `"/>` and `");` to be excluded
at the end of links, while hopefully not messing with the overall
heuristics too much.
0 commit comments