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.
|
||
|---|---|---|
| .. | ||
| admin-add-upload.hbs | ||
| admin-badge-preview.hbs | ||
| admin-color-scheme-select-base.hbs | ||
| admin-edit-badge-groupings.hbs | ||
| admin-incoming-email.hbs | ||
| admin-install-theme.hbs | ||
| admin-reseed.hbs | ||
| admin-silence-user.hbs | ||
| admin-staff-action-log-details.hbs | ||
| admin-start-backup.hbs | ||
| admin-suspend-user.hbs | ||
| admin-theme-change.hbs | ||
| admin-theme-item.hbs | ||
| admin-uploaded-image-list.hbs | ||
| admin-watched-word-test.hbs | ||
| site-setting-default-categories.hbs | ||