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 1be9709 commit a32ca1aCopy full SHA for a32ca1a
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
@@ -29,7 +29,7 @@ <h3 id="{{ section_key }}-{{ link_key|slugify }}" class="coredocs-link-title">{{
29
<code>{{ link.url }}</code>
30
31
32
- <p>{% render_markdown link.description %}</p>
+ {% render_markdown link.description %}
33
34
{% if link.fields|with_location:'path' %}
35
<h4>Path Parameters</h4>
0 commit comments