This is editable rich text, much better than a <textarea> !



Since it's rich text, you can do things like turn a selection of text bold , or add a semantically rendered block quote in the middle of the page, like this:

A wise quote.

Try it out for yourself!

Checked list item
Todo
const fac  =  (  x  ) => x  >  1  ? x  * fac  (x  -  1  )  :  1  ;