django-markdownfield
django-markdownfield copied to clipboard
Images not rendering
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?