Hello,
I’ve been trying to define a link in a groovy script. However it seems the link syntax isn’t interpreted.
{{groovy}}
[[name of link>>http://www.example.com]]
{{/groovy}}
I want to do that since I have a script in Groovy which retrieves URLs and Titles of certain XWiki - Pages and then shows them in the form of (hyper)links using XWiki Syntax (or is supposed to show them)
Is this intentional, and if yes, is there another way to achieve what is wanted by me ?