gitter-marked
Advanced tools
Comparing version 0.13.0 to 0.14.0
@@ -486,3 +486,3 @@ /** | ||
email: /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*/, | ||
mention: /^(@([a-zA-Z0-9_\-\.]*[a-zA-Z0-9_\-]))/, | ||
mention: /^(@([a-z0-9_\-\.]*[a-z0-9_\-](?:->[^\s]+[1-9a-z\]])?))(?:(?=\s)|\b|$)/i, | ||
groupmention: /^(@\/([a-zA-Z0-9_\-]+))/, | ||
@@ -489,0 +489,0 @@ issue: /^([a-zA-Z0-9_\-\.]+\/[a-zA-Z0-9_\-\.]+)?#(\d+)/, |
@@ -5,3 +5,3 @@ { | ||
"author": "Christopher Jeffrey", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"main": "./lib/marked.js", | ||
@@ -8,0 +8,0 @@ "preferGlobal": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57748