Change email address parsing to check for @ prefix

  • Thread starter Thread starter Kevin
  • Start date Start date

Kevin

Guest
Member
Currently entering an email address like [email protected] results in it being parsed automatically as a mailto link. Usually that is great but it causes an issue for values like @[email protected] which is used by Mastodon & other Fediverse environments.

At its simplest the suggestion is to skip parsing the email address if it has an @ character as an immediate prefix. Better to leave the value as plain text instead of parsing it into a broken link. 👍

Wish...

Read more

Continue reading...
 
Top