change smartify doc from copy/paste of mardownify doc
This commit is contained in:
parent
8c9ebd2674
commit
4948b5a3b3
|
@ -15,11 +15,11 @@ module Jekyll
|
||||||
converter.convert(input)
|
converter.convert(input)
|
||||||
end
|
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)
|
def smartify(input)
|
||||||
site = @context.registers[:site]
|
site = @context.registers[:site]
|
||||||
converter = site.find_converter_instance(Jekyll::Converters::SmartyPants)
|
converter = site.find_converter_instance(Jekyll::Converters::SmartyPants)
|
||||||
|
|
Loading…
Reference in New Issue