I have a weird issue with customized URLs. The following example has been simplified...
I have a master template where I insert global content like this:
<!--@Global:Paragraph.Content(123)-->
Paragraph 123 contains a simple internal link to an existing page:
<a href="/Default.aspx?ID=1">This link is not parsed - no customized URL :(</a>
Problem: The link is not parsed (no customized url), so it will come out exactly as it is - no matter what I do.
Is this a bug? Does anyone know a workaround to this?
/Morten