Ghost/ghost/admin/lib/koenig-editor/app/helpers/sanitize-html.js
Kevin Ansfield 359fcb0756 Koenig - Pass html card content through sanitiser
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
2018-08-09 14:59:03 +01:00

2 lines
75 B
JavaScript

export {default, sanitizeHtml} from 'koenig-editor/helpers/sanitize-html';