Compact documentation (#34081)

Before this fix lists of `documentation:` were in individual <p> tags
causing a lot of whitespace on the rendered _module.html pages.
pull/34086/head
John R Barker 7 years ago committed by Jordan Borean
parent 0880297909
commit 7381554e42

@ -166,7 +166,7 @@ Options
<div>@{ value.description | replace('\n', '\n ') | html_ify }@</div>
{% else %}
{% for desc in value.description %}
<p>@{ desc | replace('\n', '\n ') | html_ify }@</p>
<div>@{ desc | replace('\n', '\n ') | html_ify }@</div>
{% endfor %}
{% endif %}
{% if 'aliases' in value and value.aliases %}

Loading…
Cancel
Save