Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,2 @@ | ||
'use strict' | ||
@@ -69,2 +70,10 @@ ;(function() { | ||
/* | ||
* 内联词法正则 | ||
*/ | ||
let inline = { | ||
link: /^!?\[\]\(\)/ | ||
} | ||
inline.normal = Object.assign({}, inline) | ||
/** | ||
@@ -77,3 +86,8 @@ * 内联词法解析器 | ||
this.links = links | ||
this.rules = inline.normal | ||
} | ||
output() { | ||
} | ||
} | ||
@@ -80,0 +94,0 @@ /** |
{ | ||
"name": "cmarked", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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
5599
188