Markdown text processor for Formol forum engine
Just add this gem in your Gemfile, after formol's.
gem 'formol'
gem 'formol-markdown'
It adds Formol::Formatters::Redcarpet::Formatter
to Formol.formatters.
You need then to add in your formol initializer:
config.text_formatter = :markdown
It supports syntax highlighting and quotes. Have fun!