Module: SmartyPants

Defined in:
lib/jekyll-smartify.rb

Instance Method Summary collapse

Instance Method Details

#smartify(input) ⇒ Object



4
5
6
# File 'lib/jekyll-smartify.rb', line 4

def smartify(input)
  Redcarpet::Render::SmartyPants.render(input)
end