Closed bsphane closed 2 months ago
I don't reproduce this issue with the master branch of M2Doc. I know we did some work on HTML/CSS support in last minor version of M2Doc and I think this has been fixe. If it's not the case please fill free to reopen this issue and attach a template that demonstrate the issue.
I'm submitting a...
Current behavior
I have come across a weird behavior of M2Doc. It seems there is are conflicts with the management of several paragraph markers. In particuler, a BR immediately after a DIV produces odd results.
Minimal reproduction of the problem with instructions
My template is the following:
If the ReqIfName field contains the following
<div id="LHDD__006"><br/>Beginning of the ReqIfText<br/>abc<br/>def<div/>
Then the whole content of the field is displayed in the title. Meaning that it actually merges with the preceding content.
Expected behavior
If the ReqIfName field contains the following
<div id="LHDD__006">Beginning of the ReqIfText<br/>abc<br/>def<div/>
Then the result is the one one would expect.Environment