OK. This works well except for generating href anchor links.
HTML:
<a href="${url}">${title}</a>
<a href="${url}">${title}</a><br/>
<p><a href="${url}">${title}</a></p>
<a href="${url}" target="_blank" rel="noopener">${title}</a>
I tried all of these but when I paste the link into an email, it renders as plain text.
Is there a setting to avoid this?
OK. This works well except for generating href anchor links.
I tried all of these but when I paste the link into an email, it renders as plain text.
Is there a setting to avoid this?