Ver código fonte

Symbol '>' does not belong to the URL

Guilherme Beltramini 4 anos atrás
pai
commit
4d78a946f8
1 arquivos alterados com 1 adições e 1 exclusões
  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 => {