ObeoNetwork / M2Doc

The M2Doc technology enables the generation of Office Open XML documents from models.
http://obeonetwork.github.io/M2Doc/
Eclipse Public License 2.0
39 stars 22 forks source link

New paragraph needed after closing ul and ol #449

Closed ylussaud closed 2 years ago

ylussaud commented 2 years ago

I have noticed also that the end of a bullet list is not always properly managed:

The following XHTML from ReqIf and Capella...

<p>While ... are reached:</p>
<p>&nbsp;</p>
<p>&nbsp;
<blockquote>
<div>
<blockquote>
<div>
<ul>
    <li>list item 1,</li>
    <li>list item 2,</li>
    <li>list item 3,</li>
</ul>
</div>
</blockquote>
</div>
</blockquote>
Then the FCP shall (1) receive bla bla bla.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

becomes this after M2doc transformation:

image

problem puces m2doc