summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/div.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/encoders/div.rb')
-rw-r--r--lib/coderay/encoders/div.rb5
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'