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.