<div class="tc-table-of-contents">
<<toc-selective-expandable 'TableOfContents'>>
</div>
<div class="tc-table-of-contents">
<<toc-selective-expandable 'TableOfContents'>>
</div>
<$action-sendmessage
$message="tm-edit-text-operation"
$param="wrap-selection"
prefix="<div style='padding-left: 40px;'>
"
suffix="
<div>"
/>
Block mode versus Inline mode
To get the content of an HTML element to be parsed in block mode, the opening tag must be followed by two linebreaks.
Without the two linebreaks, the tag content will be parsed in inline mode which means that block mode formatting such as wikitext tables, lists and headings is not recognised.