Defining Links in Groovy

One thing to keep in mind is that Groovy is not a templating language. So when you want it to print something you need to be very explicit about it, as in:

{{groovy}}
print '[[name of link>>http://www.example.com]]'
{{/groovy}}
1 Like