when I edit code in HTML mode
and put the following code in:
<ul>
<li>1</li>
<li>2 </li>
</ul>
I get this one:
<ul>
<li>1
<li>2 </li>
</ul>
When I switch between HTML to Preview mode and back to HTML mode
Is there any way to disable any html code reformat when switching between HTML and preview modes?