Skip to content

Commit 646cf87

Browse files
authored
Fix formatting issues in mdast-util-from-markdown patch
1 parent f49f0c4 commit 646cf87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/mdast-util-from-markdown+2.0.3.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index 90e17be..794871f 100644
99
+ const insertPositions = [];
1010
+ const insertEvents = [];
1111
while (++index <= length) {
12-
const event = events[index];
12+
const event = events[index];
1313
switch (event[1].type) {
1414
@@ -331,7 +333,7 @@ function compiler(options) {
1515
if (listItem) {

0 commit comments

Comments
 (0)