class RDoc::Markup::Special

def initialize(type, text)

def initialize(type, text)
  @type, @text = type, text
end