Elements with a contenteditable attribute support textContent and innerHTML bindings:
App.svelte
<div bind:innerHTML={html} contenteditable></div>Elements with a contenteditable attribute support textContent and innerHTML bindings:
<div bind:innerHTML={html} contenteditable></div>