diff options
Diffstat (limited to 'lib/coderay/encoders/span.rb')
-rw-r--r-- | lib/coderay/encoders/span.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/coderay/encoders/span.rb b/lib/coderay/encoders/span.rb index 319f6fd..1596044 100644 --- a/lib/coderay/encoders/span.rb +++ b/lib/coderay/encoders/span.rb @@ -3,6 +3,9 @@ module Encoders load :html + # Wraps HTML output into a SPAN element, using inline styles by default. + # + # See Encoders::HTML for available options. class Span < HTML FILE_EXTENSION = 'span.html' |