Maybe you can try set property "EnterKeyTag" to DIV, it should work with your two lines example below. This setting will generates the div target for enter key.
<RTE:Editor runat="server" ID="Editor1" EnterKeyTag="DIV"/>
- <div>
- <div>line1</div>
- <div>line2</div>
- </div>
Regards,
Ken