jquery - rails markitup/markdown or textile -
i give user's option nicely format comments. not looking super fancy, perhaps lightweight.
there ton of information markup/markdown/texttile etc. way go in rails, performance , usability, compatibility jquery, security being priority?
thanks
ruby/rails has support both markdown & textile, markdown has less features textile has better support code
comments. (it's stackoverflow uses)
so if need code support in comments, use markdown, if don't need use textile.
markdown libraries
- rdiscount - http://tomayko.com/writings/ruby-markdown-libraries-real-cheap-for-you-two-for-price-of-one
- maruku - http://maruku.rubyforge.org/
- bluecloth - http://deveiate.org/projects/bluecloth
textile library
- redcloth - http://redcloth.org/
Comments
Post a Comment