Skip to content

Commit ee8031a

Browse files
committed
added notes
1 parent f37827e commit ee8031a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/re.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ module.exports = function (opts) {
5656
'\\"(?:(?!' + re.src_ZCc + '|["]).)+\\"|' +
5757
"\\'(?:(?!" + re.src_ZCc + "|[']).)+\\'|" +
5858
"\\'(?=" + re.src_pseudo_letter + '|[-]).|' + // allow `I'm_king` if no pair found
59-
'\\.{2,}[a-zA-Z0-9%/]|' + // github has ... in commit range links,
59+
'\\.{2,}[a-zA-Z0-9%/]|' + // google has many dots in "google search" links.
60+
// github has ... in commit range links,
6061
// google has .... in links (issue #66)
6162
// Restrict to
6263
// - english

0 commit comments

Comments
 (0)