This commit is contained in:
Yusuke Wada
2021-06-04 13:56:11 +09:00
parent 5070d992dd
commit 9861c081db
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ Default value: '"trebuchet ms", verdana, arial, sans-serif;'.
**Notes**: **Notes**:
- **strict**: (**default**) tags in text are encoded, click functionality is disabeled - **strict**: (**default**) tags in text are encoded, click functionality is disabled
- **loose**: tags in text are allowed, click functionality is enabled - **loose**: tags in text are allowed, click functionality is enabled
- **antiscript**: html tags in text are allowed, (only script element is removed), click functionality is enabled - **antiscript**: html tags in text are allowed, (only script element is removed), click functionality is enabled

View File

@@ -89,7 +89,7 @@ const config = {
* *
* **Notes**: * **Notes**:
* *
* - **strict**: (**default**) tags in text are encoded, click functionality is disabeled * - **strict**: (**default**) tags in text are encoded, click functionality is disabled
* - **loose**: tags in text are allowed, click functionality is enabled * - **loose**: tags in text are allowed, click functionality is enabled
* - **antiscript**: html tags in text are allowed, (only script element is removed), click functionality is enabled * - **antiscript**: html tags in text are allowed, (only script element is removed), click functionality is enabled
*/ */