Known bugs

This aren't really a bug but it stilll can be annoying. In order to respect hdoc format the converter have time to time to build multiple section.

The reasonis that we can't have in hdoc format something like :

<section>

<div/>

<section/>

<div/>

</section>

The chosen solution was to replace all <div> by <section></div><section/>

Moreover all ressources (excluding reference) integrated within a text will be move to the top of the section.