class YARD::Templates::Helpers::Markup::RDocMarkdown
def fix_typewriter(html) html end
def fix_typewriter(html) html end
def initialize(text)
def initialize(text) super RDoc::Markdown.new.parse(text) end
def fix_typewriter(html) html end
def initialize(text) super RDoc::Markdown.new.parse(text) end