We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15b9ee0 + 481e917 commit a8457abCopy full SHA for a8457ab
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