Skip to content

Commit

Permalink
Update list item documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
x13machine committed Mar 8, 2019
1 parent 85ba901 commit 7de5376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/USING_PRO.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ console.log(myMarked('# heading+', { renderer: renderer }));
- heading(*string* text, *number* level, *string* raw, *Slugger* slugger)
- hr()
- list(*string* body, *boolean* ordered, *number* start)
- listitem(*string* text)
- listitem(*string* text, *boolean* task, *boolean* checked)
- checkbox(*boolean* checked)
- paragraph(*string* text)
- table(*string* header, *string* body)
Expand Down

0 comments on commit 7de5376

Please sign in to comment.