Skip to content

Commit

Permalink
Merge pull request markedjs#1311 from hail2u/patch-1
Browse files Browse the repository at this point in the history
Add missing parameters for renderer methods
  • Loading branch information
styfle committed Jul 30, 2018
2 parents baabef6 + 00ee9a9 commit 285a04d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/USING_PRO.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ console.log(myMarked('# heading+', { renderer: renderer }));

### Block level renderer methods

- code(*string* code, *string* language)
- code(*string* code, *string* language, *boolean* escaped)
- blockquote(*string* quote)
- html(*string* html)
- heading(*string* text, *number* level)
- heading(*string* text, *number* level, *string* rawtext)
- hr()
- list(*string* body, *boolean* ordered)
- listitem(*string* text)
- list(*string* body, *boolean* ordered, *number* start)
- listitem(*string* text)
- paragraph(*string* text)
- table(*string* header, *string* body)
- tablerow(*string* content)
Expand Down

0 comments on commit 285a04d

Please sign in to comment.