if(cap[1] === 'a' && cap[2] && !this.inLink) {
        // Opening tag
        out = out.concat(cap[0].substring(0, cap[0].indexOf(cap[2])));
        // In between the tag
        out = out.concat(this.output(cap[2]));