Sha256: 4d6a7d1535d9b5a60b901039ee9d7b2f2c6c87813c156d9c310f08d5cd1ca5fa

Contents?: true

Size: 510 Bytes

Versions: 199

Compression:

Stored size: 510 Bytes

Contents

require 'tilt/template'
require 'creole'

module Tilt
  # Creole implementation. See:
  # http://www.wikicreole.org/
  class CreoleTemplate < Template
    def prepare
      opts = {}
      [:allowed_schemes, :extensions, :no_escape].each do |k|
        opts[k] = options[k] if options[k]
      end
      @engine = Creole::Parser.new(data, opts)
      @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
zuora_connect_ui-0.8.0 vendor/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/creole.rb
zuora_connect_ui-0.8.0 vendor/ruby/2.6.0/gems/brakeman-4.6.1/bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/creole.rb
brakeman-4.6.1 bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/creole.rb
brakeman-4.6.0 bundle/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/creole.rb
zuora_connect_ui-0.7.1 vendor/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/creole.rb
zuora_connect_ui-0.7.1 vendor/ruby/2.6.0/gems/brakeman-4.5.1/bundle/ruby/2.5.0/gems/tilt-2.0.9/lib/tilt/creole.rb
zuora_connect_ui-0.7.0 vendor/ruby/2.6.0/gems/brakeman-4.5.1/bundle/ruby/2.5.0/gems/tilt-2.0.9/lib/tilt/creole.rb
zuora_connect_ui-0.7.0 vendor/ruby/2.6.0/gems/tilt-2.0.9/lib/tilt/creole.rb
brakeman-4.5.1 bundle/ruby/2.5.0/gems/tilt-2.0.9/lib/tilt/creole.rb
brakeman-4.5.0 bundle/ruby/2.5.0/gems/tilt-2.0.9/lib/tilt/creole.rb
brakeman-4.4.0 bundle/ruby/2.5.0/gems/tilt-2.0.9/lib/tilt/creole.rb
tilt-2.0.9 lib/tilt/creole.rb
logstash-filter-device_detection-1.0.7-java vendor/bundle/jruby/1.9/gems/tilt-2.0.8/lib/tilt/creole.rb
mrcooper-logstash-output-azuresearch-0.2.2 vendor/jruby/2.5.0/gems/tilt-2.0.8/lib/tilt/creole.rb
brakeman-4.3.1 bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt/creole.rb
brakeman-4.3.0 bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt/creole.rb
brakeman-4.2.1 bundle/ruby/2.5.0/gems/tilt-2.0.8/lib/tilt/creole.rb
brakeman-4.2.0 bundle/ruby/2.3.0/gems/tilt-2.0.8/lib/tilt/creole.rb
brakeman-4.1.1 bundle/ruby/2.3.0/gems/tilt-2.0.8/lib/tilt/creole.rb
brakeman-4.1.0 bundle/ruby/2.3.0/gems/tilt-2.0.8/lib/tilt/creole.rb