Merge pull request #206 from yearofmoo/fix_readme_sanitize

fixed README to correctly point out the default sanitize value
This commit is contained in:
Christopher Jeffrey 2013-08-02 09:33:21 -07:00
commit e66847683d

View File

@ -125,7 +125,7 @@ Conform to obscure parts of `markdown.pl` as much as possible. Don't fix any of
### sanitize
Type: `Boolean`
Default: `true`
Default: `false`
Sanitize the output. Ignore any HTML that has been input.