documents for whitespace control (#17)

This commit is contained in:
harttle
2016-12-27 00:09:39 +08:00
parent d032f7f4d4
commit 5b5dfd5c00
2 changed files with 15 additions and 4 deletions
+3 -1
View File
@@ -120,7 +120,9 @@ function factory(options) {
cache: false,
extname: '.liquid',
trim_right: false,
trim_left: false
trim_left: false,
strict_filters: false,
strict_variables: false
}, options);
options.root = normalizeStringArray(options.root);