Cloned section

<div data-clone="2" data-clonestart="1" data-clonestep="2" data-cloneself="false">
    <h3>
        <l>
            Cloned section
        </l>&nbsp;%%
    </h3>
    <span id="myid%%">
        <p>
            This section %% has been automatically cloned with data-clone feature.
        </p>
    </span>
</div>

Will generate :

<h3>
    <l>
        Cloned section
    </l>&nbsp; 1
</h3>
<span id="myid1">
    <p>
        This section 1 has been automatically cloned with data-clone feature.
    </p>
</span>
<h3>
    <l>
        Cloned section
    </l>&nbsp; 3
</h3>
<span id="myid3">
    <p>
        This section 3 has been automatically cloned with data-clone feature.
    </p>
</span>