Skip to content

Commit

Permalink
Update lib/marked.js
Browse files Browse the repository at this point in the history
Co-Authored-By: x13machine <brandanw2@gmail.com>
  • Loading branch information
UziTech and x13machine committed Mar 8, 2019
1 parent d689253 commit 85ba901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/marked.js
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ Parser.prototype.tok = function() {
? this.parseText()
: this.tok();
}
return this.renderer.listitem(body, task);
return this.renderer.listitem(body, task, checked);
}
case 'html': {
// TODO parse inline content if parameter markdown=1
Expand Down

0 comments on commit 85ba901

Please sign in to comment.