Update readme example to reflect defaults

Changed sanitize default from true to false in the example.
This commit is contained in:
Ozzie Neher 2016-03-14 16:56:15 -06:00
parent 88ce4df47c
commit 6470e8bd1c

View File

@ -31,7 +31,7 @@ marked.setOptions({
tables: true,
breaks: false,
pedantic: false,
sanitize: true,
sanitize: false,
smartLists: true,
smartypants: false
});