gitbook-html
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -154,3 +154,3 @@ var _ = require('lodash'); | ||
if (next && !next.title) { | ||
content += this.onHR(); | ||
content += this.onBL() + this.onHR() + this.onBL(); | ||
} else { | ||
@@ -157,0 +157,0 @@ content += this.onSection(); |
{ | ||
"name": "gitbook-html", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"homepage": "https://www.gitbook.com", | ||
@@ -5,0 +5,0 @@ "description": "Parse HTML content for gitbook", |
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
18753