Reusing subsections
To select a contiguous set of elements, enclose the elements in a <bodydiv> or <sectiondiv> element, and then reference the division in the conref. Consider this set of elements, you can conref the <bodydiv> and the paragraphs and image will appear where you want to reuse the content.
<p>Some paragraph</p>
<bodydiv id="intro">
<p>The intro is a fine place to start.</p>
<p>It is the first thing readers see.</p>
<image>...</image>
<p>One more thing.</p>
</bodydiv>
<p>Paragraph not in the subsection.</p>
The <bodydiv> must be used in a <body> construct, and similarly, the <sectiondiv> must be used in a <section> contstruct. Heretto will complain if you try to use them in the wrong place.
