class Jekyll::Converters::Markdown
Public Instance Methods
convert(content)
click to toggle source
# File lib/jekyll/giphy/embed.rb, line 33 def convert(content) parser_converter(Jekyll::GiphyEmbedding.new.embed(content)) end
Also aliased as: parser_converter