We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b9ee0 commit 481e917Copy full SHA for 481e917
static/regexes.js
@@ -74,7 +74,7 @@ const regex_types = [
74
copy_btn: document.getElementById("copy-regex-inline-links"),
75
output: document.getElementById("regex-output-inline-links"),
76
generator: function(settings) {
77
- return `\\[.*\\]\\(<?(?:https?://)?[a-z0-9_\\-\\.]*[a-z0-9_\\-]+\\.[a-z]{2,}.*>?\\)`
+ return `\\[.*\\n*.*\\]\\(\\s*<?(?:https?://)?[a-z0-9_\\-\\.]*[a-z0-9_\\-]+\\.[a-z]{2,}.*>?\\s*\\)`
78
},
79
setting_elements: {}
80
0 commit comments