Skip to content

sjelfull/Craft-SmartyPants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

SmartyPants for Craft

Use PHP SmartyPants to apply a handful of nice typography rules to text.

Usage

{% set text %}
 << I can't believe three years have already passed since Kirby's first release on January 9, 2012. A lot happened in the meantime and I can't thank you enough for your constant support and feedback throughout those three years. It means the world to me that my little software baby is still growing strong with your help. There's more to come - a lot more --- and I can't wait to share it with you ... >>
{% endset %}

<h2>SmartyPants</h2>

<p>{{ text | smartypants }}</p>

<h2>SmartyPants Typographer</h2>

<p>{{ text | smartyTypographer }}</p>