I have a Rails application where the user can insert text with a WYSIWYG-Editor. The customer wants now to be able to insert lists. But the output of the Text appears with no list just escaped html-list-tags.
Gems: gem 'prawn_rails' gem 'prawn'
Does anyone has an idea?