You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|highlight |`function`|A function to highlight code blocks. See also: <ahref="#highlight">Asynchronous highlighting</a>.|
45
-
|renderer |`object`|An object containing functions to render tokens to HTML. See [extensibility](https://github.com/markedjs/marked/blob/master/docs/USING_PRO.md) for more details. Default: `new Renderer()`|
46
-
|pedantic |`boolean`|Conform to obscure parts of `markdown.pl` as much as possible. Don't fix original markdown bugs or behavior. Default: `false`|
|tables |`boolean`|Use [GFM Tables extension](https://github.github.com/gfm/#tables-extension-). Requires `gfm` be `true`. |
49
-
|breaks |`boolean`|Use GFM [hard](https://github.github.com/gfm/#hard-line-breaks) and [soft](https://github.github.com/gfm/#soft-line-breaks) line breaks. Requires `gfm` be `true`. Default: `false`|
50
-
|sanitize |`boolean`|Ignore HTML passed into `markdownString` (sanitize the input). Default: `false`|
51
-
|smartlists |`boolean`|Use smarter list behavior than those found in `markdown.pl`. Default: `true`|
52
-
|smartypants|`boolean`|Use "smart" typographic punctuation for things like quotes and dashes. |
53
-
|xhtml |`boolean`|Self-close the tags for void elements (<br/>, <img/>, etc.) with a "/" as required by XHTML. Default: `false`|
44
+
|highlight |`function`|A function to highlight code blocks. See also: <ahref="#highlight">Asynchronous highlighting</a>.|
45
+
|renderer |`object`|An object containing functions to render tokens to HTML. See [extensibility](https://github.com/markedjs/marked/blob/master/docs/USING_PRO.md) for more details. Default: `new Renderer()`.|
46
+
|pedantic |`boolean`|Conform to obscure parts of `markdown.pl` as much as possible. Don't fix original markdown bugs or behavior. Default: `false`.|
|breaks |`boolean`|Use GFM [hard](https://github.github.com/gfm/#hard-line-breaks) and [soft](https://github.github.com/gfm/#soft-line-breaks) line breaks. Requires `gfm` be `true`. Default: `false`.|
50
+
|sanitize |`boolean`|Ignore HTML passed into `markdownString` (sanitize the input). Default: `false`.|
51
+
|smartlists |`boolean`|Use smarter list behavior than those found in `markdown.pl`. Default: `true`.|
52
+
|smartypants|`boolean`|Use "smart" typographic punctuation for things like quotes and dashes. Default: `false`.|
53
+
|xhtml |`boolean`|Self-close the tags for void elements (<br/>, <img/>, etc.) with a "/" as required by XHTML. Default: `false`.|
0 commit comments