Parcourir la source

Symbol '>' does not belong to the URL

Guilherme Beltramini il y a 4 ans
Parent
commit
4d78a946f8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/rendermime/src/renderers.ts

+ 1 - 1
packages/rendermime/src/renderers.ts

@@ -483,7 +483,7 @@ function autolink(content: string): string {
       controlCodes +
       '"]{2,}[^\\s' +
       controlCodes +
-      '"\')}\\],:;.!?]',
+      '"\')}\\],:;.!?>]',
     'ug'
   );
   return content.replace(webLinkRegex, url => {