I am using the html code as follows to show the bootstrap popover
I managed to get this working by adding \n to my popover text where I want the lines to break and adding the following to my stylesheet:
.popover { white-space: pre-line; }
Thanks for the help, everyone!