# File lib/jekyll/converters/markdown.rb, line 61
    def matches(ext)
      ext =~ /(markdown|mkdn?|md)/i
    end