diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2018-03-11 05:11:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-11 05:11:12 +0800 |
commit | fc6ebd04a59024dfd3b40b43825a007c62bac2b3 (patch) | |
tree | c64055b5a80e2374f47b841754d051348db594d3 /README.md | |
parent | 7e00a1274139e65ad82d8938b816602aedb5d318 (diff) | |
download | tracifyjs-fc6ebd04a59024dfd3b40b43825a007c62bac2b3.tar.gz tracifyjs-fc6ebd04a59024dfd3b40b43825a007c62bac2b3.zip |
preserve case when `inline_script` (#2991)
fixes #2989
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -837,8 +837,8 @@ can pass additional arguments that control the code output: - `indent_start` (default `0`) -- prefix all lines by that many spaces -- `inline_script` (default `false`) -- escape the slash in occurrences of - `</script` in strings +- `inline_script` (default `true`) -- escape HTML comments and the slash in + occurrences of `</script>` in strings - `keep_quoted_props` (default `false`) -- when turned on, prevents stripping quotes from property names in object literals. |