Is it not possible to nest shortcodes in #Hugo? I.e. rendering shortcodes that are within {{ .Inner }}?
@Gargron I think its all based in golangs text/template. While it is single pass, I think you can use variables to do some of what you might want.
https://golang.org/pkg/text/template/
@Gargron The shortcode rendering changed dramatically with the new markdown engine. You may want to try using the older BlackFriday and see if that helps.
@Gargron I think its all based in golangs text/template. While it is single pass, I think you can use variables to do some of what you might want.
https://golang.org/pkg/text/template/