This is what I use in quite many layout files and shortcodes:
{{ if in (string .Inner) "\n\n" }}
{{ .Inner | markdownify }}
{{ else }}
<p>{{ .Inner | markdownify }}</p>
{{ end }}
This is what I use in quite many layout files and shortcodes:
{{ if in (string .Inner) "\n\n" }}
{{ .Inner | markdownify }}
{{ else }}
<p>{{ .Inner | markdownify }}</p>
{{ end }}