You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please have a look to the support pages of our website : http://m2doc.org/support/
Current behavior
when giving this HTML :
<ol><li><u>Ordered element</u><ul><li>Unordered element </li></ul></li><li><u>Ordered element</u><ol><li><u>Ordered element</u></ol></li></ol>
to the fromHTMLBodyString() service, I get this output :
Expected behavior
The output should be something like :
Minimal reproduction of the problem with instructions
Steps to reproduce :
call fromHTMLBodyString() with the above HTML code as parameter
Environment
M2Doc version: 3.2.2
Eclipse version: 4.20.0
Platform version: Windows
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
when giving this HTML :
to the
fromHTMLBodyString()
service, I get this output :Expected behavior
The output should be something like :
Minimal reproduction of the problem with instructions
Steps to reproduce :
fromHTMLBodyString()
with the above HTML code as parameterEnvironment
The text was updated successfully, but these errors were encountered: