We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37827e commit ee8031aCopy full SHA for ee8031a
lib/re.js
@@ -56,7 +56,8 @@ module.exports = function (opts) {
56
'\\"(?:(?!' + re.src_ZCc + '|["]).)+\\"|' +
57
"\\'(?:(?!" + re.src_ZCc + "|[']).)+\\'|" +
58
"\\'(?=" + re.src_pseudo_letter + '|[-]).|' + // allow `I'm_king` if no pair found
59
- '\\.{2,}[a-zA-Z0-9%/]|' + // github has ... in commit range links,
+ '\\.{2,}[a-zA-Z0-9%/]|' + // google has many dots in "google search" links.
60
+ // github has ... in commit range links,
61
// google has .... in links (issue #66)
62
// Restrict to
63
// - english
0 commit comments