remark-captions
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -102,3 +102,4 @@ 'use strict'; | ||
return function (node, index, parent) { | ||
if (index > parent.children.length || parent.children[index + 1].type !== 'paragraph') return; | ||
if (index >= parent.children.length - 1) return; | ||
if (parent.children[index + 1].type !== 'paragraph') return; | ||
var legendNode = parent.children[index + 1]; | ||
@@ -105,0 +106,0 @@ var firstChild = legendNode.children[0]; |
{ | ||
"name": "remark-captions", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-captions", |
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
8817
142