From 78d3ab7198b9de5838e459a366707a3419fa0eb1 Mon Sep 17 00:00:00 2001 From: Marti Martz Date: Thu, 24 May 2018 12:08:07 -0600 Subject: [PATCH] Update USING_ADVANCED.md Typo in casing --- docs/USING_ADVANCED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USING_ADVANCED.md b/docs/USING_ADVANCED.md index 500eacc533..86d5e759fd 100644 --- a/docs/USING_ADVANCED.md +++ b/docs/USING_ADVANCED.md @@ -54,7 +54,7 @@ console.log(myMarked('I am using __markdown__.')); |sanitize |`boolean` |`false` |??? |If true, sanitize the HTML passed into `markdownString` with the `sanitizer` function.| |sanitizer |`function`|`null` |??? |A function to sanitize the HTML passed into `markdownString`.| |silent |`boolean` |`false` |??? |??? | -|smartlists |`boolean` |`false` |??? |If true, use smarter list behavior than those found in `markdown.pl`.| +|smartLists |`boolean` |`false` |??? |If true, use smarter list behavior than those found in `markdown.pl`.| |smartypants |`boolean` |`false` |??? |If true, use "smart" typographic punctuation for things like quotes and dashes.| |tables |`boolean` |`true` |??? |If true and `gfm` is true, use [GFM Tables extension](https://github.github.com/gfm/#tables-extension-).| |xhtml |`boolean` |`false` |??? |If true, emit self-closing HTML tags for void elements (<br/>, <img/>, etc.) with a "/" as required by XHTML.|