You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using 1.9 and I cannot get the formatted mardown text to show in my template, but it works correctly in the preview. I have followed all the instructions. Is this a 1.9 bug?
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30439782-preview-is-showing-correctly-but-the-django-is-rendering-plain-text-instead-of-markdown-formatted?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
I think you need this at the top of your template page if you don't have it already: {% load django_markdown %}
It worked for me (though using django 1.8)
I met the same problem, though {% load django_markdown %} did not solve the issue. I am working with Django 1.9 & django_markdown 2.6.8. Preview is working in the admin section (I had to modify the views.py to get it working), I just get plain text when the page is shown.
I am using 1.9 and I cannot get the formatted mardown text to show in my template, but it works correctly in the preview. I have followed all the instructions. Is this a 1.9 bug?
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30439782-preview-is-showing-correctly-but-the-django-is-rendering-plain-text-instead-of-markdown-formatted?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: