From: Juriy Zaytsev Date: Mon, 21 Dec 2015 19:33:21 +0000 (-0500) Subject: Update README.md X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d7f5152a0cc09ad55b06f7849c1cc6968c8644d8;p=html-minifier.git Update README.md --- diff --git a/README.md b/README.md index b31f4c0..a936b12 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ How does HTMLMinifier compare to other solutions — [HTML Minifier from Will Pe | `removeScriptTypeAttributes` | Remove `type="text/javascript"` from `script` tags. Other `type` attribute values are left intact. | `false` | | `removeStyleLinkTypeAttributes`| Remove `type="text/css"` from `style` and `link` tags. Other `type` attribute values are left intact. | `false` | | `removeOptionalTags` | [Remove unrequired tags](http://perfectionkills.com/experimenting-with-html-minifier/#remove_optional_tags) | `false` | -| `removeIgnored` | Remove all tags starting and ending with `<%`, `%>`, `` | `false` | | `removeEmptyElements` | [Remove all elements with empty contents](http://perfectionkills.com/experimenting-with-html-minifier/#remove_empty_elements) | `false` | | `lint` | [Toggle linting](http://perfectionkills.com/experimenting-with-html-minifier/#validate_input_through_html_lint) | `false` | | `keepClosingSlash` | Keep the trailing slash on singleton elements | `false` |