change smartify doc from copy/paste of mardownify doc

This commit is contained in:
Mike Linksvayer 2016-03-11 11:09:03 -08:00
parent 8c9ebd2674
commit 4948b5a3b3
1 changed files with 3 additions and 3 deletions

View File

@ -15,11 +15,11 @@ module Jekyll
converter.convert(input)
end
# Convert a Markdown string into HTML output.
# Convert quotes into smart quotes.
#
# input - The Markdown String to convert.
# input - The String to convert.
#
# Returns the HTML formatted String.
# Returns the smart-quotified String.
def smartify(input)
site = @context.registers[:site]
converter = site.find_converter_instance(Jekyll::Converters::SmartyPants)