Sha256: ef6ae4d15bcfb365f5541367fc41e3652c808984057da9bc3dffb19c7b4646b3

Contents?: true

Size: 202 Bytes

Versions: 12

Compression:

Stored size: 202 Bytes

Contents

# -*- encoding : utf-8 -*-
include_set Type::Html

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
card-1.20.4 mod/standard/set/type/layout_type.rb
card-1.20.3 mod/standard/set/type/layout_type.rb
card-1.20.2 mod/standard/set/type/layout_type.rb
card-1.20.1 mod/standard/set/type/layout_type.rb
card-1.20.0 mod/standard/set/type/layout_type.rb
card-1.19.6 mod/standard/set/type/layout_type.rb
card-1.19.5 mod/standard/set/type/layout_type.rb
card-1.19.4 mod/standard/set/type/layout_type.rb
card-1.19.3 mod/standard/set/type/layout_type.rb
card-1.19.2 mod/standard/set/type/layout_type.rb
card-1.19.1 mod/standard/set/type/layout_type.rb
card-1.19.0 mod/standard/set/type/layout_type.rb