mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
change smartify doc from copy/paste of mardownify doc
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user