Discussion utilisateur:ThomasV/test3

<TimStarling> yes, that's expected
<TimStarling> because top-level content is always wrapped in <p>
<TimStarling> doBlockLevels() works by wrapping paragraphs with <p>
<TimStarling> it identifies paragraphs by looking for double line breaks before and after
<TimStarling> without the div, the first paragraph starts where your span is
<TimStarling> but a div at the top level is like a paragraph already, so it isn't treated
Retour à la page de l’utilisateur « ThomasV/test3 ».