added autoescape off tags document description

This commit is contained in:
atkawa7 2017-03-09 13:22:35 -07:00
parent 65c8570df4
commit 5bc180f75c

View File

@ -4,7 +4,7 @@
<div class="col-md-6 intro-title">
<h1>{{ document.title }}</h1>
{% if document.description %}
<p>{% render_markdown document.description %}</p>
<p>{% autoescape off %}{% render_markdown document.description %}{% endautoescape %}</p>
{% endif %}
</div>
<div class="col-md-6 intro-code">