We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a471d commit 0cf6f52Copy full SHA for 0cf6f52
src/rules/link.js
@@ -1,4 +1,4 @@
1
-const LINK_REGEX = /\[(.+?)\]\(((?:(http[s]?|ftp):\/{2})?[\w\/\-+?#=.:!%&]+)\)/g
+const LINK_REGEX = /\[(.+?)\]\(((?:(http[s]?|ftp):\/{2})?[\w\/\-+?#=.:;!%&]+)\)/g
2
3
export class Link {
4
static get RULE_NAME () { return 'link' }
0 commit comments