class YARD::Templates::Helpers::Markup::RDocMarkdown

def initialize(text)

def initialize(text)
  super RDoc::Markdown.new.parse(text)
end