I have a contenteditable area, and within this area I may have some
area, and within this area I may have some
Just add a new line char (\n) before closing the contenteditable tag. For example in JavaScript: var html = '' + content + "\n" + ''
\n
contenteditable
var html = '' + content + "\n" + ''