I am trying to get the editor to format <li> tags. I've turned off <div> tags (don't want them in my SQL). So my HTML looks like this:
Here is some text </br>
bullet1</br>
bullet2</br>
bullet3</br>
When I highlight the bullets, the li tag surrounds "Here is some text..." ending after bullet3.
Help!
Thanks.