@markdoc/markdoc
Advanced tools
Comparing version 0.3.5 to 0.4.0
{ | ||
"name": "@markdoc/markdoc", | ||
"author": "Ryan Paul", | ||
"version": "0.3.5", | ||
"version": "0.4.0", | ||
"description": "A text markup language for documentation", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
@@ -174,2 +174,5 @@ // Generated by PEG.js v0.11.0-master.b7b87ea, https://pegjs.org/ | ||
var peg$c17 = '\\'; | ||
var peg$c18 = 'n'; | ||
var peg$c19 = 'r'; | ||
var peg$c20 = 't'; | ||
@@ -304,3 +307,12 @@ var peg$r0 = /^[$@]/; | ||
}; | ||
var peg$f29 = function (sequence) { | ||
var peg$f29 = function () { | ||
return '\n'; | ||
}; | ||
var peg$f30 = function () { | ||
return '\r'; | ||
}; | ||
var peg$f31 = function () { | ||
return '\t'; | ||
}; | ||
var peg$f32 = function (sequence) { | ||
return sequence; | ||
@@ -1716,3 +1728,3 @@ }; | ||
function peg$parseValueStringEscapes() { | ||
var s0, s1, s2; | ||
var s0, s1, s2, s3; | ||
@@ -1744,6 +1756,48 @@ var rule$expects = function (expected) { | ||
} | ||
if (s2 === peg$FAILED) { | ||
s2 = peg$currPos; | ||
if (input.charCodeAt(peg$currPos) === 110) { | ||
s3 = peg$c18; | ||
peg$currPos++; | ||
} else { | ||
s3 = peg$FAILED; | ||
} | ||
if (s3 !== peg$FAILED) { | ||
peg$savedPos = s2; | ||
s3 = peg$f29(); | ||
} | ||
s2 = s3; | ||
if (s2 === peg$FAILED) { | ||
s2 = peg$currPos; | ||
if (input.charCodeAt(peg$currPos) === 114) { | ||
s3 = peg$c19; | ||
peg$currPos++; | ||
} else { | ||
s3 = peg$FAILED; | ||
} | ||
if (s3 !== peg$FAILED) { | ||
peg$savedPos = s2; | ||
s3 = peg$f30(); | ||
} | ||
s2 = s3; | ||
if (s2 === peg$FAILED) { | ||
s2 = peg$currPos; | ||
if (input.charCodeAt(peg$currPos) === 116) { | ||
s3 = peg$c20; | ||
peg$currPos++; | ||
} else { | ||
s3 = peg$FAILED; | ||
} | ||
if (s3 !== peg$FAILED) { | ||
peg$savedPos = s2; | ||
s3 = peg$f31(); | ||
} | ||
s2 = s3; | ||
} | ||
} | ||
} | ||
} | ||
if (s2 !== peg$FAILED) { | ||
peg$savedPos = s0; | ||
s0 = peg$f29(s2); | ||
s0 = peg$f32(s2); | ||
} else { | ||
@@ -1750,0 +1804,0 @@ peg$currPos = s0; |
@@ -148,3 +148,3 @@ import type { Schema } from './types'; | ||
attributes: { | ||
width: { type: Number }, | ||
width: { type: String }, | ||
align: { type: String }, | ||
@@ -151,0 +151,0 @@ colspan: { type: Number, render: 'colSpan' }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1904124
26012