Hi. I’m using the Lorem Ipsum Helper to generate paragraphs of text as follows:
<%= lorem.paragraphs 10 %>
This does generate 10 paragraphs of text, but there are no breaks between the paragraphs, so it looks like one large block of text when viewed in the browser. Is there a way to tell the helper to include paragraph tags on either side of each paragraph?
Thanks in advance