# File lib/github/markup.rb, line 45
    def renderer(filename)
      markups.find { |impl|
        impl.match?(filename)
      }
    end