Sha256: fb3e7ea7aea48dfbcaf9277c26f2bbaafaa7c4f257323a11acc9f236fe82895b
Contents?: true
Size: 633 Bytes
Versions: 5
Compression:
Stored size: 633 Bytes
Contents
# # File 'maruku.rb' created on 15 feb 2008 at 22:58:04. # # See 'dokkit.rb' or +LICENSE+ for licence information. # # (C) 2008 Andrea Fazzi <andrea.fazzi@alca.le.it> (and contributors). # require 'maruku' module Dokkit module Filter class MarukuHTML def filter(text) Maruku.new(text).to_html end end end end
Version data entries
5 entries across 5 versions & 1 rubygems