micromark-extension-gfm-table
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "micromark-extension-gfm-table", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "micromark extension to support GFM tables", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -194,3 +194,3 @@ exports.flow = { | ||
// EOF, whitespace, pipe | ||
if (code === null || code < 5 || code === 32 || code === 124) { | ||
if (code === null || code < 0 || code === 32 || code === 124) { | ||
effects.exit('temporaryTableCellContent') | ||
@@ -455,3 +455,3 @@ return cellBreakHead(code) | ||
// EOF, whitespace, pipe | ||
if (code === null || code < 5 || code === 32 || code === 124) { | ||
if (code === null || code < 0 || code === 32 || code === 124) { | ||
effects.exit('temporaryTableCellContent') | ||
@@ -458,0 +458,0 @@ return cellBreakBody(code) |
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