diff options
Diffstat (limited to 'templates/post.html.j2')
-rw-r--r-- | templates/post.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html.j2 b/templates/post.html.j2 index e1c447a..2d70ebc 100644 --- a/templates/post.html.j2 +++ b/templates/post.html.j2 @@ -18,7 +18,7 @@ <section> <article> - {{ post.get_article()|markdown }} + {{ post.get_article() | safe }} </article> </section> {% endblock %}
\ No newline at end of file |