Skip to content

Commit 4ef769f

Browse files
committed
chore: bump marked from 16.0.0 to 17.0.1
1 parent 14542ca commit 4ef769f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/core/render/compiler/taskListItem.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ export const taskListItemCompiler = ({ renderer }) =>
2121
text: checkbox + ' ',
2222
});
2323
}
24-
} else {
25-
text += checkbox + ' ';
26-
}
24+
}
2725
}
2826

2927
text += this.parser?.parse(item.tokens, !!item.loose);

0 commit comments

Comments
 (0)