Markdown strikethrough?

Hello,

I’m trying to get the strikethrough syntax to work.

I’ve added the redcarpet gem and made this change to the config.rb
set :markdown,
:strikethrough => true

Thanks!

NM didnt add
set :markdown_engine, :redcarpet

Works now!