Document normalize_whitepace filter

This commit is contained in:
Pat Hawks 2016-05-24 16:36:50 -05:00
parent f7714add15
commit 2c567a6dc3
1 changed files with 11 additions and 0 deletions

View File

@ -256,6 +256,17 @@ common tasks easier.
</p>
</td>
</tr>
<tr>
<td>
<p class="name"><strong>Normalize Whitespace</strong></p>
<p>Replace any occurance of whitespace with a single space.</p>
</td>
<td class="align-center">
<p>
<code class="filter">{% raw %}{{ "a \n b" | normalize_whitepace }}{% endraw %}</code>
</p>
</td>
</tr>
<tr>
<td>
<p class="name"><strong>Sort</strong></p>