Links in {{html}} and script Makros are not updated when moving or renaming the page
Link 1:
[[Link>>doc:Sandbox.Test.WebHome]]
Link 2:
{{html wiki="true"}}
[[Link>>doc:Sandbox.Test.WebHome]]
{{/html}}
Link 3:
{{velocity}}
[[Link>>doc:Sandbox.Test.WebHome]]
{{/velocity}}
Behavior:
When Sandbox.Test.WebHome is moved or renamed, only Link 1 is updated. Links in the {{html}} and {{velocity}} macros (Link 2 and Link 3) remain unchanged.
Question:
Is this behavior intended, or shouldn’t links within {{html}} and {{velocity}} macros also be updated, too?
It’s expected for the script macros, since it’s actually not easy to do that reliably.
For the html macro we could actually treat it like the other wiki content based macros when it has wiki=true. So looks like a miss that would deserve a jira issue.
It’s the same result, but there is a huge different: in one case it’s wiki content, and in the other it’s a Velocity script generating wiki content. The fact that you selected an example where the script looks exactly like its result does not make it wiki content.