Rendering Markdown inside an html include

Hi @KhBh

One approach could be to use markdownify filter to convert markdown to rendered HTML.

{{ include.content.content | markdownify }}

Don’t use markdown=“block”

2 Likes