Class: CodeRay::Encoders::Page

Inherits:
HTML show all
Defined in:
vendor/plugins/coderay-0.9.2/lib/coderay/encoders/page.rb

Constant Summary

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

Constants inherited from HTML

DEFAULT_OPTIONS, FILE_EXTENSION, HTML_ESCAPE, HTML_ESCAPE_PATTERN, TOKEN_KIND_TO_INFO, TRANSPARENT_TOKEN_KINDS

Constants inherited from Encoder

DEFAULT_OPTIONS

Method Summary

Methods inherited from Encoder

const_missing, #encode, #encode_stream, #encode_tokens, #file_extension, #initialize, streamable?, #to_proc

Methods included from CodeRay::Plugin

#helper, #included, #plugin_host, #plugin_id, #register_for, #title

Constructor Details

This class inherits a constructor from CodeRay::Encoders::Encoder