I have a rails app that allows users to type in text. I wanted to know how do I make that text formatted?
For example when a user makes a new paragraph in the text input field, I want those gaps to show when I render the text to be displayed but, at the moment it is just a big chunk of text with no spaces.
Any suggestions?
Thanks in advance