in wiki_column.rb can I change

 RedCloth.new( output ).to_html

to somthing like

red_cloth_text =  RedCloth.new( output )
red_cloth_text.fold_lines = true
red_cloth_text.to_html


or can I just override that somewhere else?

--~--~---------~--~----~------------~-------~--~----~
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby
-~----------~----~----~----~------~----~------~--~---

Reply via email to