class String

:nodoc:

def rdoc_to_markdown

def rdoc_to_markdown
  self.gsub(/^mailto:/, "").gsub(/^(=+)/) { "#" * $1.size }
end