Skip to content

Add escapeHtml option to disable escaping html

Compare
Choose a tag to compare
@cwtuan cwtuan released this 23 Oct 12:57
· 162 commits to master since this release

To prevent XSS attack, escaping Html is enabled by default.
However, if you would like to disable escaping Html in some cases, use escapeHtml option.
See the test case for example.