diff --git a/rest_framework/templates/rest_framework/docs/document.html b/rest_framework/templates/rest_framework/docs/document.html index c2dcb3ddc..37ded466a 100644 --- a/rest_framework/templates/rest_framework/docs/document.html +++ b/rest_framework/templates/rest_framework/docs/document.html @@ -4,7 +4,7 @@

{{ document.title }}

{% if document.description %} -

{% render_markdown document.description %}

+

{% autoescape off %}{% render_markdown document.description %}{% endautoescape %}

{% endif %}