class RDoc::Markup::ToLabel

def handle_special_TIDYLINK special

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