I'm grabbing the text from an element in essentially this manner:
var paragraphElement = document.getElementById("para");
var paragraphText = paragraphElement.innerText;
However, I don't know how to grab the line-break characters from the innerText... or perhaps innerText loses this information and I need to grab it another way to extract the information?
` tags" if that answer is correct. – connexo Sep 09 '18 at 11:18