When a list is inserted and enter or backspace is pressed to close the list, a paragraph is inserted instead of a "Br" when the NewLineMode="Br"
Set the NewLineMode to br tag. Then inserting a list and closing it appends the following:
<p> </p>
It should be appending a <br> element corresponding to the set mode.