Sha256: 4ee46a4216fe9c9977a67f04f11b35b47ca9a9f8303fc0a6c3ea51640835ec3d

Contents?: true

Size: 258 Bytes

Versions: 7

Compression:

Stored size: 258 Bytes

Contents

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

format do
  include Html::Format
end

format :html do
  include Html::HtmlFormat

  view :core do |_args|
    with_nest_mode :template do
      process_content ::CodeRay.scan(_render_raw, :html).div
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
card-1.18.6 mod/05_standard/set/type/layout_type.rb
card-1.18.5 mod/05_standard/set/type/layout_type.rb
card-1.18.4 mod/05_standard/set/type/layout_type.rb
card-1.18.3 mod/05_standard/set/type/layout_type.rb
card-1.18.2 mod/05_standard/set/type/layout_type.rb
card-1.18.1 mod/05_standard/set/type/layout_type.rb
card-1.18.0 mod/05_standard/set/type/layout_type.rb