I have a bootstrap alert that is more than 140 characters long. HAML asks that I break up the line using commas, but when I do that the commas end up visible on my webpage. I tried using '|' but apparently the current style-guide doesn't allow it.
How do I break up a %p without using | but still follow the style guide?