module GitHub::Markup

def add_markup(regexp, &block)

def add_markup(regexp, &block)
  @@markups[regexp] = block
end