From 6470e8bd1c79de0ae76fff2d32de202f7443b803 Mon Sep 17 00:00:00 2001 From: Ozzie Neher Date: Mon, 14 Mar 2016 16:56:15 -0600 Subject: [PATCH] Update readme example to reflect defaults Changed sanitize default from true to false in the example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efa71aaa..09f8ec33 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ marked.setOptions({ tables: true, breaks: false, pedantic: false, - sanitize: true, + sanitize: false, smartLists: true, smartypants: false });