Hi,
i'm using rvhtml to load - save data.
i get a wrong formatted content when creating lists with carriage returns :
This is the output html produced by SaveHTMLToStreamEx :
<ol>
<li type=1>a<br>b</b>
</ol>
That should be :
1. a
b
But after importing, i get :
1. a
1. b
(As i look in the rvhtml ...