Sha256: 71c693ed01396b7bfc87358be69971333040a30757a1f462a97a0a053d7053df
Contents?: true
Size: 318 Bytes
Versions: 4
Compression:
Stored size: 318 Bytes
Contents
require "bluecloth" class MarkdownFilterExtension < Radiant::Extension version "1.0.0" description "Allows you to compose page parts or snippets using the Markdown text filter." url "http://daringfireball.net/projects/markdown/" def activate MarkdownFilter Page.send :include, MarkdownTags end end
Version data entries
4 entries across 4 versions & 2 rubygems