api-builder: remove unwanted whitespace from directive template
This commit is contained in:
parent
fc617d5a67
commit
bc7a17c4f6
|
@ -2,7 +2,7 @@
|
|||
{% include "lib/paramList.html" -%}
|
||||
{% extends 'class.template.html' -%}
|
||||
|
||||
{% block additional %}
|
||||
{% block additional -%}
|
||||
.l-main-section
|
||||
h2 Selectors
|
||||
.l-sub-section
|
||||
|
@ -20,8 +20,7 @@
|
|||
| bound to
|
||||
code {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $}
|
||||
:markdown
|
||||
{$ property.memberDoc.description | indentForMarkdown(2) | trimBlankLines $}
|
||||
{% endfor %}
|
||||
{$ property.memberDoc.description | indentForMarkdown(2) | trimBlankLines $}{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% if doc.outputs %}
|
||||
|
|
Loading…
Reference in New Issue