Comparing version 0.0.8 to 0.0.9
@@ -424,3 +424,3 @@ /** | ||
return '<p>' | ||
+ inline.lexer(body.join(' ')) | ||
+ inline.lexer(body.join('\n')) | ||
+ '</p>'; | ||
@@ -427,0 +427,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"author": "Christopher Jeffrey", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"main": "./lib/marked.js", | ||
@@ -8,0 +8,0 @@ "bin": { "marked": "./bin/marked" }, |
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
213249