mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
359fcb0756
refs https://github.com/TryGhost/Ghost/issues/9724 - extract html sanitisation into a Koenig helper `{{sanitise-html}}` (all markdown handling will eventually move into Koenig too) - render sanitised html in the html card
2 lines
75 B
JavaScript
2 lines
75 B
JavaScript
export {default, sanitizeHtml} from 'koenig-editor/helpers/sanitize-html';
|