class RDoc::Markup::ToHtml

def handle_special_TIDYLINK(special)

def handle_special_TIDYLINK(special)
  text = special.text
  return text unless text =~ /\{(.*?)\}\[(.*?)\]/ or text =~ /(\S+)\[(.*?)\]/
  label = $1
  url   = $2
  gen_url url, label
end