I would like to put a placeholder in my anchor tags.
For example:
<a href='<%placeholder%>'>my link</a>
when I save and reload my file it has been changed to:
<a href='/mypath/<%placeholder%>'>my link</a>
I have tried all combinations of UseRelativeLinks and RemoveServerNamesFromUrl with no luck.
Am I missing something?