This example shows how to change the enter/return behavior. The breakline mode allow to use br tag instead of p.
br
p
<!-- element --> <textarea id="content"></textarea> <!-- call --> <script> $R('#content', { breakline: true }); </script>