Sha256: dd16e47144bfebc4abb052e97a68fdd1c34f749a247af63f451db7ebc3077973

Contents?: true

Size: 453 Bytes

Versions: 199

Compression:

Stored size: 453 Bytes

Contents

require 'tilt/template'
require 'wikicloth'

module Tilt
  # WikiCloth implementation. See:
  # http://redcloth.org/
  class WikiClothTemplate < Template
    def prepare
      @parser = options.delete(:parser) || WikiCloth::Parser
      @engine = @parser.new options.merge(:data => data)
      @output = nil
    end

    def evaluate(scope, locals, &block)
      @output ||= @engine.to_html
    end

    def allows_script?
      false
    end
  end
end

Version data entries

199 entries across 160 versions & 28 rubygems

Version Path
logstash-output-icinga-1.1.0 vendor/jruby/1.9/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
logstash-output-icinga-1.1.0 vendor/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
brakeman-4.0.1 bundle/ruby/2.3.0/gems/tilt-2.0.8/lib/tilt/wikicloth.rb
brakeman-4.0.1.pre1 bundle/ruby/2.3.0/gems/tilt-2.0.8/lib/tilt/wikicloth.rb
brakeman-4.0.0 bundle/ruby/2.3.0/gems/tilt-2.0.8/lib/tilt/wikicloth.rb
brakeman-3.7.2 bundle/ruby/2.3.0/gems/tilt-2.0.8/lib/tilt/wikicloth.rb
brakeman-3.7.1 bundle/ruby/2.3.0/gems/tilt-2.0.8/lib/tilt/wikicloth.rb
tilt-2.0.8 lib/tilt/wikicloth.rb
logstash-filter-cache-redis-0.3.1 vendor/bundle/jruby/1.9/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
logstash-filter-cache-redis-0.3.0 vendor/bundle/jruby/1.9/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
logstash-filter-cache-redis-0.2.0 vendor/bundle/jruby/1.9/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
logstash-filter-cache-redis-0.1.0 vendor/bundle/jruby/1.9/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
brakeman-3.7.0 bundle/ruby/2.3.0/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
logstash-filter-csharp-0.1.0 vendor/bundle/jruby/2.3.0/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
logstash-filter-htmlentities-0.1.0 vendor/bundle/jruby/1.9/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
brakeman-3.6.2 bundle/ruby/2.3.0/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
logstash-output-icinga-1.0.0 vendor/jruby/1.9/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
brakeman-3.6.1 bundle/ruby/2.3.0/gems/tilt-2.0.7/lib/tilt/wikicloth.rb
brakeman-3.6.0 bundle/ruby/2.3.0/gems/tilt-2.0.7/lib/tilt/wikicloth.rb