Elements with a contenteditable="true" attribute support textContent and innerHTML bindings:
contenteditable="true"
textContent
innerHTML
<div contenteditable="true" bind:innerHTML={html} ></div>
Next: Each block bindings