Document the slugify Liquid filter

This commit is contained in:
Chris Frederick 2014-09-07 17:01:53 +09:00
parent 77297744ce
commit a2fedfc615
1 changed files with 11 additions and 0 deletions

View File

@ -211,6 +211,17 @@ common tasks easier.
</p>
</td>
</tr>
<tr>
<td>
<p class="name"><strong>Slugify</strong></p>
<p>Convert a string into a lowercase URL "slug" by replacing every sequence of spaces and non-alphanumeric characters with a hyphen.</p>
</td>
<td class="align-center">
<p>
<code class="filter">{% raw %}{{ page.title | slugify }}{% endraw %}</code>
</p>
</td>
</tr>
<tr>
<td>
<p class="name"><strong>Data To JSON</strong></p>