renderer

in lib/github/markup.rb [44:49]


    def renderer(filename)
      markups.find { |impl|
        impl.match?(filename)
      }
    end