Comparing version 1.0.10 to 1.0.11
@@ -19,2 +19,3 @@ 'use strict' | ||
code: /^( {4}[^\n]+\n*)+/, | ||
codepen: noop, | ||
paragraph: /((?:[^\n]+\n?)+)\n*/, | ||
@@ -159,3 +160,3 @@ text: /^[^\n]+/, | ||
this.renderer = options.renderer || new Renderer | ||
} | ||
} | ||
@@ -546,2 +547,5 @@ output(src) { | ||
function noop() {} | ||
noop.exec = noop; | ||
function replace(regex, opt) { | ||
@@ -548,0 +552,0 @@ regex = regex.source |
{ | ||
"name": "cmarked", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "更符合汉语的markdown编译器", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
31414
890