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?

link|improve this question
only in the pdf or do you have same phenomenon in your browser? – apneadiving Oct 27 '11 at 13:43
feedback

1 Answer

up vote 0 down vote accepted

I found a solution by my own. I just replacted the tags with new line and bullet points.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.