Structure

This example shows how the editor works with the structure setting enabled.

Code

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

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