# File lib/generators/templates/application/merb_stack/doc/rdoc/generators/merb_generator.rb, line 171
        def handle_special_TIDYLINK(special)
            text = special.text
            #      unless text =~ /(\S+)\[(.*?)\]/
            unless text =~ /\{(.*?)\}\[(.*?)\]/ or text =~ /(\S+)\[(.*?)\]/ 
                return text
            end
            label = $1
            url   = $2
            gen_url(url, label)
        end