Enter key br

This example shows how the editor works with the enterKey: 'br' setting enabled

Code

<!-- element -->
<textarea id="entry">...</textarea>

<!-- call -->
<script>
let app = Redactor('#entry', {
    enterKey: 'br'
});
</script>