Class CodeRay::Encoders::Page
In: lib/coderay/encoders/page.rb
Parent: HTML

Wraps the output into a HTML page, using CSS classes and line numbers in the table format by default.

See Encoders::HTML for available options.

Constants

FILE_EXTENSION = 'html'
DEFAULT_OPTIONS = HTML::DEFAULT_OPTIONS.merge \ :css => :class, :wrap => :page, :line_numbers => :table

[Validate]