diff --git a/templates/resources.md.tmpl b/templates/resources.md.tmpl index b97c1b8..3453526 100644 --- a/templates/resources.md.tmpl +++ b/templates/resources.md.tmpl @@ -14,5 +14,5 @@ description: |- {{ if .HasImport -}} ## Import Import is supported using the following syntax: -{{ printf "{{codefile \"shell\" %q}}" .ImportFile }} +{{ codefile "shell" .ImportFile }} {{- end }}