Comparing version 1.0.2 to 1.0.3
@@ -217,4 +217,4 @@ 'use strict' | ||
src = src | ||
.replace(/\r\n|\r/, '\n') | ||
.replace(/\t/, ' ') | ||
.replace(/\r\n|\r/g, '\n') | ||
.replace(/\t/g, ' ') | ||
return this.token(src) | ||
@@ -221,0 +221,0 @@ } |
{ | ||
"name": "cmarked", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
8131