From d7f5152a0cc09ad55b06f7849c1cc6968c8644d8 Mon Sep 17 00:00:00 2001 From: Juriy Zaytsev Date: Mon, 21 Dec 2015 14:33:21 -0500 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) 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` | -- 2.34.1