From 48e733561f947872010ff98f13b333ab431490a6 Mon Sep 17 00:00:00 2001 From: kangax Date: Sun, 27 Jul 2014 19:37:55 +0200 Subject: [PATCH] Update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eced72c..24fbd52 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ How does HTMLMinifier compare to [another solution](http://www.willpeavy.com/min | `ignoreCustomComments` | Array of regex'es that allow to ignore certain comments, when matched | `[ ]` | | `processScripts` | Array of strings corresponding to types of script elements to process through minifier (e.g. "text/ng-template", "text/x-handlebars-template", etc.) | `[ ]` | | `maxLineLength` | Specify a maximum line length. Compressed output will be split by newlines at valid html split-points. | +| `customAttrAssign` | `[ ]` | Arrays of regex'es that allow to support custom attribute assign expressions (e.g. `'
'`) | +| `customAttrSurround` | `[ ]` | Arrays of regex'es that allow to support custom attribute surround expressions (e.g. ``) | + Chunks of markup can be ignored by wrapping them with ``. -- 2.34.1