if(cap[1] && !isHTMLBlock(cap[1]) && cap[2]) {
        // 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]));