Skip to content

Commit c1dfc4d

Browse files
authored
chore: bump marked from 16.0.0 to 17.0.1 (#2647)
1 parent 44326ca commit c1dfc4d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"common-tags": "^1.8.0",
4141
"dexie": "^4.0.11",
42-
"marked": "^16.0.0",
42+
"marked": "^17.0.1",
4343
"medium-zoom": "^1.1.0",
4444
"opencollective-postinstall": "^2.0.2",
4545
"prismjs": "^1.29.0",

src/core/render/compiler/taskListItem.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ export const taskListItemCompiler = ({ renderer }) =>
2121
text: checkbox + ' ',
2222
});
2323
}
24-
} else {
25-
text += checkbox + ' ';
2624
}
2725
}
2826

0 commit comments

Comments
 (0)