We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b576265 commit ec1ccbbCopy full SHA for ec1ccbb
rest_framework/templates/rest_framework/docs/document.html
@@ -4,7 +4,7 @@
4
<div class="col-md-6 intro-title">
5
<h1>{{ document.title }}</h1>
6
{% if document.description %}
7
- <p>{% render_markdown document.description %}</p>
+ {% render_markdown document.description %}
8
{% endif %}
9
</div>
10
<div class="col-md-6 intro-code">
rest_framework/templates/rest_framework/docs/link.html
@@ -23,7 +23,7 @@ <h3 id="{{ section_key }}-{{ link_key|slugify }}" class="coredocs-link-title">{{
23
<code>{{ link.url }}</code>
24
25
26
- <p>{% render_markdown link.description %}</p>
+ {% render_markdown link.description %}
27
28
{% if link.fields|with_location:'path' %}
29
<h4>Path Parameters</h4>
0 commit comments