As mentioned, I've already changed it from <p> to <br>, so I am using the BreakElement Property. However, in the actual HTML that is returned from getHTML() returns \r\n<br/> where you have hit enter in the HTML. I would like it to return just <br/> and not \r\n<br/>.