Email or username:

Password:

Forgot your password?
Eugen Rochko

Is it not possible to nest shortcodes in #Hugo? I.e. rendering shortcodes that are within {{ .Inner }}?

No comments
Jeffrey Hulten

@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/

Jon Yoder

@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.

Go Up