Browse Source

Symbol '>' does not belong to the URL

Guilherme Beltramini 4 năm trước cách đây
mục cha
commit
4d78a946f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 => {