
replace markdownify with .Page.RenderString, the latter trigger render hook properly see: https://gohugo.io/functions/markdownify/#readout > Note: if you need Render Hooks, which markdownify doesn’t currently support, use .RenderString instead.
4 lines
60 B
HTML
4 lines
60 B
HTML
<p class="standout">
|
|
{{ .Page.RenderString .Inner }}
|
|
</p>
|