class Jekyll::EmbeddingGiphyIntoHTML

html con

Public Instance Methods

convert(content) click to toggle source
# File lib/jekyll/giphy/embed.rb, line 52
def convert(content)
  Jekyll::GiphyEmbedding.new.embed(content)
end
matches(ext) click to toggle source
# File lib/jekyll/giphy/embed.rb, line 44
def matches(ext)
  ext =~ /^\.html$/i
end
output_ext(ext) click to toggle source
# File lib/jekyll/giphy/embed.rb, line 48
def output_ext(ext)
  ".html"
end