I want to have a code editor widget, like CodeMirror or Ace, in my Elm webpage. Unfortunately, CodeMirror and Ace don't work with Elm as they modify the DOM (at least that's my understanding why they don't work).
I need something at least better than <textarea>
for students to submit code. And for us to display code. Just automatic indenting and syntax highlighting for now.