If a block is missing a end, it will be transformed into something like <code>[[ERROR: BLOCK_NAME has no
end]]</code>.
</i-alert>
<h3>Numbering sections</h3>
<p>
To have a dynamic sections numbering, use this format:
</p>
<pre
v-html="`${codeNumber('[#]')} ${codeContent('Rendering as 1')}\n\n${codeNumber('[##]')} ${codeContent('Rendering as 1.1')}\n\n${codeNumber('[#]')} ${codeContent('Rendering as 2')}\n\n...`" />
<i-alertvariant="warning">Every time you use the number code, it will increment the counter; doing <code>[#] - This is section
[#]</code> will render as <code>1 - This is section 2</code></i-alert>