Add documentation for smartify Liquid filter

This commit is contained in:
Pat Hawks 2016-01-09 16:46:27 -08:00
parent 390503b2c7
commit 428e4fe3b5
No known key found for this signature in database
GPG Key ID: F1746FF5F18B3D1B
1 changed files with 11 additions and 0 deletions

View File

@ -186,6 +186,17 @@ common tasks easier.
</p>
</td>
</tr>
<tr>
<td>
<p class="name"><strong>Smartify</strong></p>
<p>Convert "quotes" into &ldquo;smart quotes.&rdquo;</p>
</td>
<td class="align-center">
<p>
<code class="filter">{% raw %}{{ page.title | smartify }}{% endraw %}</code>
</p>
</td>
</tr>
<tr>
<td>
<p class="name"><strong>Converting Sass/SCSS</strong></p>