This pr replaces `{{{ }}}` usage by a {{html-safe}} helper. While it doesn't solve the underlying issue, it gives us a path forward without risking breaking too much existing behavior.
Also introduces an htmlSafe computed macro:
```
import { htmlSafe } from "discourse/lib/computed";
htmlDescription: htmlSafe("description")
```
Overtime {{html-safe}} usage should be removed and moved to components properties or specialized components/helpers.
|
||
|---|---|---|
| .. | ||
| select-kit | ||
| ace-editor-test.js.es6 | ||
| admin-report-test.js.es6 | ||
| badge-title-test.js.es6 | ||
| d-button-test.js.es6 | ||
| d-editor-test.js.es6 | ||
| d-icon-test.js.es6 | ||
| date-input-test.js.es6 | ||
| date-time-input-range-test.js.es6 | ||
| date-time-input-test.js.es6 | ||
| group-membership-button-test.js.es6 | ||
| html-safe-helper-test.js.es6 | ||
| iframed-html-test.js.es6 | ||
| image-uploader-test.js.es6 | ||
| keyboard-shortcuts-test.js.es6 | ||
| load-more-test.js.es6 | ||
| secret-value-list-test.js.es6 | ||
| share-button-test.js.es6 | ||
| share-button.js.es6 | ||
| text-field-test.js.es6 | ||
| text-overflow-test.js.es6 | ||
| time-input-test.js.es6 | ||
| user-selector-test.js.es6 | ||
| value-list-test.js.es6 | ||