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
constregEscapedLink=link.replace(/[-/\\^$*+?.()|[\]{}]/g,'\\$&')constVueLinkRegExp=newRegExp(`(['"])${regEscapedLink}(['"])`)// need to match links like [About Us](/about-us)constMdLinkRegExp=newRegExp(`\\[.*\\]\\((${regEscapedLink})\\)`)// split the file into lines
The text was updated successfully, but these errors were encountered:
check for broken links
The text was updated successfully, but these errors were encountered: