You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anchorTagStackCount=Math.max(anchorTagStackCount-1,0);// attempt to handle extraneous </a> tags by making sure the stack count never goes below 0
350
350
if(anchorTagStackCount===0){
351
351
resultHtml.push(textToProcess);// We hit the matching </a> tag, simply add all of the text from the start <a> tag to the end </a> tag without linking it
0 commit comments