Hi there,
After reading https://medium.com/medium-eng/why-contenteditable-is-terrible-122d8a40e480#.r03dcf487 with the 3 axioms:
- The mapping between DOM content and Visible content should be well-behaved.
- The mapping between DOM selection and Visible selection should be well-behaved.
- All visible edits should map onto an algebraically closed and complete set of visible content.
Has anyone achieved that with commonmark?
Kind regards,