ecmarkdown
Advanced tools
Comparing version 3.0.7 to 3.0.8
@@ -245,3 +245,6 @@ 'use strict'; | ||
if (node.name === 'pipe') { | ||
if (node.contents.length === 0) { | ||
// empty formats not allowed | ||
return [{ name: 'text', contents: startTok.contents + endTok.contents }]; | ||
} else if (node.name === 'pipe') { | ||
const ntNode = parseNonTerminal(node.contents[0].contents); | ||
@@ -248,0 +251,0 @@ |
{ | ||
"name": "ecmarkdown", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "A compiler for \"Ecmarkdown\" algorithm shorthand into HTML.", | ||
@@ -5,0 +5,0 @@ "main": "lib/ecmarkdown.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
25901
586