@podlite/markdown 0.0.49 → 0.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.cjs +12 -12
- package/lib/index.cjs.map +1 -1
- package/lib/index.esm.js +8 -2
- package/lib/index.esm.js.map +1 -1
- package/package.json +2 -2
package/lib/index.esm.js
CHANGED
|
@@ -18738,14 +18738,20 @@ var require_grammarfc = __commonJS({
|
|
|
18738
18738
|
s3 = [];
|
|
18739
18739
|
s4 = peg$parsecode_C();
|
|
18740
18740
|
if (s4 === peg$FAILED) {
|
|
18741
|
-
s4 = peg$
|
|
18741
|
+
s4 = peg$parsecode_2();
|
|
18742
|
+
if (s4 === peg$FAILED) {
|
|
18743
|
+
s4 = peg$parsetext_L();
|
|
18744
|
+
}
|
|
18742
18745
|
}
|
|
18743
18746
|
if (s4 !== peg$FAILED) {
|
|
18744
18747
|
while (s4 !== peg$FAILED) {
|
|
18745
18748
|
s3.push(s4);
|
|
18746
18749
|
s4 = peg$parsecode_C();
|
|
18747
18750
|
if (s4 === peg$FAILED) {
|
|
18748
|
-
s4 = peg$
|
|
18751
|
+
s4 = peg$parsecode_2();
|
|
18752
|
+
if (s4 === peg$FAILED) {
|
|
18753
|
+
s4 = peg$parsetext_L();
|
|
18754
|
+
}
|
|
18749
18755
|
}
|
|
18750
18756
|
}
|
|
18751
18757
|
} else {
|