diff options
Diffstat (limited to 'lib/coderay/encoders/div.rb')
-rw-r--r-- | lib/coderay/encoders/div.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/coderay/encoders/div.rb b/lib/coderay/encoders/div.rb index 4120172..f9741e3 100644 --- a/lib/coderay/encoders/div.rb +++ b/lib/coderay/encoders/div.rb @@ -2,7 +2,10 @@ 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' |