django-markdownfield icon indicating copy to clipboard operation
django-markdownfield copied to clipboard

Images not rendering

Open bernd-wechner opened this issue 2 years ago • 0 comments

This (from documentation):

{{ post.text_rendered | safe }}

fails to render images, renders the text with a link to the image instead. Is there a renderer that will render the imagines in situ or an option to pass or another filter?

bernd-wechner avatar Mar 11 '23 01:03 bernd-wechner