We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206bb1e commit f38b3b3Copy full SHA for f38b3b3
README.md
@@ -164,6 +164,7 @@ Filter arguments are automatically HTML-decoded (unless [decodeArguments] overri
164
* `€` => `€`: decimal symbol codes (1–6 digits)
165
* `😊` => `😊`: hexadecimal symbol codes (1–5 hex digits, case-insensitive)
166
167
+---
168
<details>
169
<summary><b>List of symbols that must be encoded.</b></summary>
170
@@ -180,6 +181,7 @@ Filter arguments are automatically HTML-decoded (unless [decodeArguments] overri
180
181
182
</details>
183
184
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.
187
0 commit comments