Skip to content

Commit 5798b46

Browse files
committed
docs
1 parent f38b3b3 commit 5798b46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ set to `['', '', 'Hello World!']`.
157157

158158
**IMPORTANT**
159159
> Filter arguments cannot contain symbols `|:{}<>()`, as they would conflict with the variable syntax.
160-
> To pass those in, you need to HTML-encode them (see below).
160+
> To pass those in, you need to sanitize them (HTML-encode), as shown below.
161161
162162
Filter arguments are automatically HTML-decoded (unless [decodeArguments] override is present):
163163

@@ -182,8 +182,8 @@ Filter arguments are automatically HTML-decoded (unless [decodeArguments] overri
182182
</details>
183183

184184
---
185-
You can use function [sanitizeFilterArgs] to encode all such special symbols.
186-
See also [online helper](https://plnkr.co/edit/4fVQSHfv9rIzfzDZ?open=lib%2Fscript.js&preview) for quick manual conversion.
185+
You can use function [sanitizeFilterArgs] to encode all such special symbols automatically.
186+
For manual conversion, check out the [online helper](https://plnkr.co/edit/4fVQSHfv9rIzfzDZ?open=lib%2Fscript.js&preview).
187187

188188
You can also override method [decodeArguments], for the following purposes:
189189

0 commit comments

Comments
 (0)