I have the following scenario:
1. Editor is configured to use p tags as a line-breaks
2. insert the following HTML:
3. switch to the design view and press enter after the item one node to add another list item
4. check the HTML
Result:
div tag is replaced with p one:
The browser is Internet Explorer 9
How can I make the editor not to replace div tag?