From 7295f6d9f52567a823fd699173ccd6049d9bf98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Thu, 25 Jul 2013 13:37:55 -0400 Subject: [PATCH] fixed README to correctly point out the default sanitize value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23796cd4..921af5b9 100644 --- a/README.md +++ b/README.md @@ -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.