Sha256: 82b486b3f46ed1a213940b19c371b5a44dfb6a1f0aa6616f2f3905fbc2abd858
Contents?: true
Size: 389 Bytes
Versions: 8
Compression:
Stored size: 389 Bytes
Contents
module SmartyPantsTags include Radiant::Taggable desc %{ Filters its contents with the SmartyPants filter. *Usage:* <pre><code><r:smarty_pants>"A revolutionary quotation."</r:smarty_pants></code></pre> produces <pre><code>“A revolutionary quotation.”</code></pre> } tag 'smarty_pants' do |tag| SmartyPantsFilter.filter(tag.expand) end end
Version data entries
8 entries across 8 versions & 3 rubygems