@Weru I have the same issue as @vit.pankin.
Here is my shortcode:
{{$file := printf "embeds/%s" (.Get 0)}}
{{- $file | readFile | markdownify -}}
All content within the file being output are rendered correctly except the shortcode. It renders out as plain text.
Do you have any suggestions?