slack-alias-plugin
slack-alias-plugin copied to clipboard
Fix #4
Prevent matching mentions within quotes or code snippets. For ease of implementation, the regex searches for only after the mention, instead of trying to match it after and before, this mean "@abc `" will match.