I'm trying to split an ordered list in my post with a <!--more--> tag. I've managed to build two separate ordered list and I'm using the "start=" tag in the second to continue the numbering sequence. However, they don't appear next to one another (you can tell they're separate lists) because the <!--more--> tag automatically adds a paragraph <p></p> in between the two sections on the main post.
Any idea how to prevent that from happening?