Hi All
I have the following code:
<p>blah -blah
<ul>
<li>text</li>
<li>text</li>
</ul>
</p>
when saving it turns to:
<p>blah -blah</p>
<ul>
<li>text</li>
<li>text</li>
</ul>
<p></p>
Is it possible to config editor so it keeps such code as is.
Thanks
I have the following code:
<p>blah -blah
<ul>
<li>text</li>
<li>text</li>
</ul>
</p>
when saving it turns to:
<p>blah -blah</p>
<ul>
<li>text</li>
<li>text</li>
</ul>
<p></p>
Is it possible to config editor so it keeps such code as is.
Thanks

Re: list inside paragraph