Add escapeHtml option to disable escaping html
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.
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.