Skip to content

Mail addresses are weirdly encoded

Mail addresses are weirdly encoded during conversion.

https://example.com
[https://example.com](https://example.com)

test@example.com
test@example.com
[mailto:test@example.com](test@example.com)

is converted to:

[[https://example.com]]\\ 
[[https://example.com]]

[[mailto:test@example.com|test@example.com]]\\ 
[[mailto:test@example.com|test@example.com]]\\ 
[[test@example.com|mailto:test@example.com]]

Note that the encoded mail address changes with every conversion. I suspect that this some kind of mail address encryption.