Function to linkify (ref-ify) text?

I’m aware of the functions “ref” and “relref”, but I want to be able to use them as a filter step on text data.

For example, I want to use this in my template:

{{ .Params.Data | refify | markdownify }}

where .Params.Data might be:

Hello, I am a [link]({{ ref "abc.md" }})

of course the syntax can change, but it would allow for easier linking.

What you’re asking for is the ability to process a string as a template on the fly. We don’t currently support that.

Need exactly the same to use some pages from data source.