I want to create a link to an email address like <a href="mailto:somebody@provider.com">somebody</a>
.
I tried to use a weblink resource (which gets an id of 20) with mailto:person1@provider.nl as link value and render this in my content with the tag [[~20?~]]. (and different variations of it)
But ModX renders it as <a href="index.php?id=20">somebody</a>
This is not what I want.
So how do I do this properly, so that I can reuse this resource in several places in the website?
This link needs to be editable for a 'Content editor' with reduced rights, so I don't think a chunk is the best way to go.