I recently installed MarkItUp, the JQuery WYSIWYG editor located here: http://markitup.jaysalvat.com/documentation/

It was a pretty easy install, and my text area looks correct. However, the text is submitted, and appears exactly how it looked in the text box. I.e. if bold in the text box is ** bold ** then thats what shows up in the view, ** bold **.

I feel like I've missed something obvious. Any ideas?

link|improve this question

77% accept rate
edit your question add some of your code. – David Glass Jan 22 '11 at 17:03
Hey David, I'm not really sure what code to be adding? I've included the scripts, and added the class to my textbox as instructed. My textbox does look like the WYSIWYG. Its just the text afterwards (in the show view in rails) doesn't get formatted any differently. Should I be doing something there? – Elliot Jan 22 '11 at 17:09
feedback

2 Answers

up vote 0 down vote accepted

You could use some markdown parser ... I suggest Rdiscount . link text

have a good day!

link|improve this answer
feedback

Redcloth is an alternative for Textile!!

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.