We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac45c22 + 007756e commit 21ce366Copy full SHA for 21ce366
docs/USING_PRO.md
@@ -51,13 +51,13 @@ console.log(myMarked('# heading+', { renderer: renderer }));
51
52
### Block level renderer methods
53
54
-- code(*string* code, *string* language)
+- code(*string* code, *string* language, *boolean* escaped)
55
- blockquote(*string* quote)
56
- html(*string* html)
57
-- heading(*string* text, *number* level)
+- heading(*string* text, *number* level, *string* rawtext)
58
- hr()
59
-- list(*string* body, *boolean* ordered)
60
-- listitem(*string* text)
+- list(*string* body, *boolean* ordered, *number* start)
+- listitem(*string* text)
61
- paragraph(*string* text)
62
- table(*string* header, *string* body)
63
- tablerow(*string* content)
0 commit comments