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