Embed content

This example shows how different embeds work in Redactor.

Code

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

<!-- call -->
<script>
let app = Redactor('#entry');
</script>