From a04ca1f527c99b7d73e1f5a838c3e62140100916 Mon Sep 17 00:00:00 2001 From: Soviut Date: Fri, 14 Mar 2014 14:07:20 -0400 Subject: [PATCH] Added keepClosingSlash to options list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48f3019..6617e64 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ npm install html-minifier | `removeEmptyAttributes` | [Remove all attributes with whitespace-only values](http://perfectionkills.com/experimenting-with-html-minifier/#remove_empty_or_blank_attributes) | `false` | | `removeOptionalTags` | [Remove unrequired tags](http://perfectionkills.com/experimenting-with-html-minifier/#remove_optional_tags) | `false` | | `removeEmptyElements` | [Remove all elements with empty contents](http://perfectionkills.com/experimenting-with-html-minifier/#remove_empty_elements) | `false` | +| `keepClosingSlash` | [Keep the trailing slash on singleton elements](http://perfectionkills.com/experimenting-with-html-minifier/#keep_closing_slash) | `false` | | `lint` | [Toggle linting](http://perfectionkills.com/experimenting-with-html-minifier/#validate_input_through_html_lint) | `false` | -- 2.34.1