File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Readability.prototype = {
143143 b64DataUrl : / ^ d a t a : \s * ( [ ^ \s ; , ] + ) \s * ; \s * b a s e 6 4 \s * , / i,
144144 // Commas as used in Latin, Sindhi, Chinese and various other scripts.
145145 // see: https://en.wikipedia.org/wiki/Comma#Comma_variants
146- commas : / \ u002C| \u060C | \uFE50 | \uFE10 | \uFE11 | \u2E41 | \u2E34 | \u2E32 | \uFF0C / g,
146+ commas : / [ \s \D ] [ \ u002C| \u060C | \uFE50 | \uFE10 | \uFE11 | \u2E41 | \u2E34 | \u2E32 | \uFF0C ] [ \s \D ] / g,
147147 // See: https://schema.org/Article
148148 jsonLdArticleTypes : / ^ A r t i c l e | A d v e r t i s e r C o n t e n t A r t i c l e | N e w s A r t i c l e | A n a l y s i s N e w s A r t i c l e | A s k P u b l i c N e w s A r t i c l e | B a c k g r o u n d N e w s A r t i c l e | O p i n i o n N e w s A r t i c l e | R e p o r t a g e N e w s A r t i c l e | R e v i e w N e w s A r t i c l e | R e p o r t | S a t i r i c a l A r t i c l e | S c h o l a r l y A r t i c l e | M e d i c a l S c h o l a r l y A r t i c l e | S o c i a l M e d i a P o s t i n g | B l o g P o s t i n g | L i v e B l o g P o s t i n g | D i s c u s s i o n F o r u m P o s t i n g | T e c h A r t i c l e | A P I R e f e r e n c e $ /
149149 } ,
You can’t perform that action at this time.
0 commit comments