Skip to content

Handle email addresses with mailto

Compare
Choose a tag to compare
@visualjerk visualjerk released this 26 Jan 10:27
· 40 commits to master since this release

BREAKING CHANGE:

globalRegularExpression and urlRegularExpression are only used for url detection. Mail detection is handled with globalMailRegularExpression and mailRegularExpression

This only affects your project, if you use custom regular expressions for url detection.