External markup rendering

Hey there!
is there any chance to add a custom renderer, to be executed outside of Hugo? Eg.

{{< my-dsl param="2" >}}

where my-dsl will execute a binary - eg: node-js - and passes the parameters as well.

I had a look at Hugo functions, go modules, etc… but not sure what’s the best to do.

thanks in advance,
g

No, there is no way to do this.

Thanks a lot,
I suppose digging into Hugo’s sources might help.
g