This example shows how to turn on the content outline.
Lorem ipsum dolor sit amet...
<!-- element --> <textarea id="content"></textarea> <!-- call --> <script> $R('#content', { structure: true }); </script>