Skip to content

Commit f38b3b3

Browse files
committed
docs
1 parent 206bb1e commit f38b3b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ Filter arguments are automatically HTML-decoded (unless [decodeArguments] overri
164164
* `€` => ``: decimal symbol codes (1–6 digits)
165165
* `😊` => `😊`: hexadecimal symbol codes (1–5 hex digits, case-insensitive)
166166

167+
---
167168
<details>
168169
<summary><b>List of symbols that must be encoded.</b></summary>
169170

@@ -180,6 +181,7 @@ Filter arguments are automatically HTML-decoded (unless [decodeArguments] overri
180181

181182
</details>
182183

184+
---
183185
You can use function [sanitizeFilterArgs] to encode all such special symbols.
184186
See also [online helper](https://plnkr.co/edit/4fVQSHfv9rIzfzDZ?open=lib%2Fscript.js&preview) for quick manual conversion.
185187

0 commit comments

Comments
 (0)