Zim

Comment 1 for bug 1624827

Revision history for this message
mtibbi (marcio-tibirica) wrote :

Checking HTML code generated by Zim 0.65 on Win10,
resulted in this code:

<p>
This is a paragraph.<br>
<ul>
<li>This is a bullet line.</li>
<li>another bullet line.</li>
</ul>
</p>

but, surprisingly, on Win7 resulted in the following code:

<p>
This is a paragraph.</p>
<ul>
<li>This is a bullet line.</li>
<li>another bullet line.</li>
</ul>