Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

manifestuk/smartypants.craft-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartyPants Twig Filter for Craft

Adds a SmartyPants Twig filter to Craft.

Installation

@todo

Usage

Use the SmartyPants filter in exactly the same way as any other Twig filter.

{{ myVariable | smartypants }}

Most of the time, you'll probably want to use SmartyPants in conjunction with Craft's "Markdown" filter. Here's how to do that:

{{ myVariable | markdown | smartypants }}

About

Adds a "SmartyPants" Twig filter to Craft.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published