🎓 Rails - Simple Format Aug 21, 2023 #TIL #ruby_on_rails https://apidock.com/rails/ActionView/Helpers/TextHelper/simple_format simple_format view helper will render HTML tags for the given text. Particularly useful when accepting a text area for content as 2 "/n" will render paragraph (<p>) tags.