api-builder: remove unwanted whitespace from directive template

This commit is contained in:
Peter Bacon Darwin 2015-11-10 11:36:46 +00:00
parent fc617d5a67
commit bc7a17c4f6

View File

@ -2,7 +2,7 @@
{% include "lib/paramList.html" -%} {% include "lib/paramList.html" -%}
{% extends 'class.template.html' -%} {% extends 'class.template.html' -%}
{% block additional %} {% block additional -%}
.l-main-section .l-main-section
h2 Selectors h2 Selectors
.l-sub-section .l-sub-section
@ -20,8 +20,7 @@
|  bound to  |  bound to 
code {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $} code {$ property.memberDoc.classDoc.name $}.{$ property.propertyName $}
:markdown :markdown
{$ property.memberDoc.description | indentForMarkdown(2) | trimBlankLines $} {$ property.memberDoc.description | indentForMarkdown(2) | trimBlankLines $}{% endfor %}
{% endfor %}
{% endif %} {% endif %}
{% if doc.outputs %} {% if doc.outputs %}