Sha256: 77b8e1eb734e6372b4426cedc5d25f20a9f896dafe5a782b94a3a3a8685ca0de
Contents?: true
Size: 493 Bytes
Versions: 8
Compression:
Stored size: 493 Bytes
Contents
begin require 'rubypants' rescue LoadError # If rubypants gem is not available, use packaged version $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/vendor/rubypants" retry end class SmartyPantsFilterExtension < Radiant::Extension version "1.0" description "Allows you to compose page parts or snippets using the SmartyPants text filter." url "http://daringfireball.net/projects/smartypants/" def activate SmartyPantsFilter Page.send :include, SmartyPantsTags end end
Version data entries
8 entries across 8 versions & 3 rubygems