I am trying to add anchor tag inside macro(this macro also creates link) which is in my ftl file.
PFB sample code. Please let me know how to achieve this?
<@cp.nestedlinkcompound>
hello
/@cp.nestedlinkcompound
above code prints “hello”.
if I add anchor tag
<@cp.nestedlinkcompound>
helloNothing is printing!!