Merge pull request #4333 from pathawks/smartypants

Merge pull request 4333
This commit is contained in:
jekyllbot 2016-01-09 16:58:09 -08:00
commit 53e4c162a2
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>