module GitHub::Markup

def renderer(filename)

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