Sha256: 3f8f69ed3af5a96251c7048710e85f3d1dd3582248be6b8d6837a04c014d2058

Contents?: true

Size: 235 Bytes

Versions: 26

Compression:

Stored size: 235 Bytes

Contents

# -*- encoding : utf-8 -*-
include Html

format do
  include Html::Format
end

format :html do
  view :core do |args|
    with_inclusion_mode :template do
      process_content ::CodeRay.scan( _render_raw, :html ).div
    end
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
card-1.16.0 mod/05_standard/set/type/layout_type.rb
card-1.15.7 mod/05_standard/set/type/layout_type.rb
card-1.15.6 mod/05_standard/set/type/layout_type.rb
card-1.15.5 mod/05_standard/set/type/layout_type.rb
card-1.15.4 mod/05_standard/set/type/layout_type.rb
card-1.15.3 mod/05_standard/set/type/layout_type.rb
card-1.15.2 mod/05_standard/set/type/layout_type.rb
card-1.15.1 mod/05_standard/set/type/layout_type.rb
card-1.15.0 mod/05_standard/set/type/layout_type.rb
card-1.15.pre2 mod/05_standard/set/type/layout_type.rb
card-1.15.pre mod/05_standard/set/type/layout_type.rb
wagn-1.14.9 mod/05_standard/set/type/layout_type.rb
wagn-1.14.8 mod/05_standard/set/type/layout_type.rb
wagn-1.14.7 mod/05_standard/set/type/layout_type.rb
wagn-1.14.6 mod/05_standard/set/type/layout_type.rb
wagn-1.14.5 mod/05_standard/set/type/layout_type.rb
wagn-1.14.4 mod/05_standard/set/type/layout_type.rb
wagn-1.14.3 mod/05_standard/set/type/layout_type.rb
wagn-1.14.2 mod/05_standard/set/type/layout_type.rb
wagn-1.14.1 mod/05_standard/set/type/layout_type.rb