global

def plain_html

def plain_html
  text = self.text.dup
  if matched = text.match(/rdoc-image:[^:]+:(.*)/)
    text = matched[1]
  end
  self.class.to_html.to_html(text)
end