Hi, I wanted to render the summaries of posts on the index of my site in markdown.
This is before code
{{ .Summary | safeHTML }}
This is the code I tried that didn’t work
{{ .Summary | markdownify }}
Not really sure what the issue is as markdownify is built into Hugo.