mdast-util-to-hast
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -19,3 +19,3 @@ 'use strict'; | ||
if (typeof node.checked === 'boolean') { | ||
if (!single && head.type !== 'paragraph') { | ||
if (!single && (!head || head.type !== 'paragraph')) { | ||
result.unshift(h(null, 'p', [])); | ||
@@ -22,0 +22,0 @@ } |
{ | ||
"name": "mdast-util-to-hast", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Transform MDAST to HAST", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
20188