Method: Jekyll::Converters::SmartyPants#convert

Defined in:
lib/jekyll/converters/smartypants.rb

#convert(content) ⇒ Object



29
30
31
# File 'lib/jekyll/converters/smartypants.rb', line 29

def convert(content)
  Kramdown::Document.new(content, @config).to_html.chomp
end