Sha256: 58b8c214aa818255b7970c1a20cc973fe9eb2c665e4b7a2d5f9ce6fd9cd0dff9

Contents?: true

Size: 426 Bytes

Versions: 6992

Compression:

Stored size: 426 Bytes

Contents

module CodeRay
module Encoders
  
  load :html
  
  # Wraps HTML output into a DIV element, using inline styles by default.
  # 
  # See Encoders::HTML for available options.
  class Div < HTML
    
    FILE_EXTENSION = 'div.html'
    
    register_for :div
    
    DEFAULT_OPTIONS = HTML::DEFAULT_OPTIONS.merge \
      :css          => :style,
      :wrap         => :div,
      :line_numbers => false
    
  end
  
end
end

Version data entries

6,992 entries across 6,979 versions & 75 rubygems

Version Path
cybrid_api_id_ruby-0.123.179 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_organization_ruby-0.123.179 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_organization_ruby-0.123.177 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_id_ruby-0.123.177 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_organization_ruby-0.123.176 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_id_ruby-0.123.176 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_organization_ruby-0.123.175 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_id_ruby-0.123.175 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_id_ruby-0.123.174 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_organization_ruby-0.123.174 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_id_ruby-0.123.173 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_organization_ruby-0.123.173 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
ory-client-1.16.3 vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_organization_ruby-0.123.172 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_id_ruby-0.123.172 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_id_ruby-0.123.171 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_organization_ruby-0.123.171 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_id_ruby-0.123.170 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_organization_ruby-0.123.170 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb
cybrid_api_organization_ruby-0.123.163 vendor/bundle/ruby/3.3.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb