diff options
-rw-r--r-- | lib/coderay/encoders/html.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb index 4e47396..ad86d6b 100644 --- a/lib/coderay/encoders/html.rb +++ b/lib/coderay/encoders/html.rb @@ -88,7 +88,7 @@ module Encoders DEFAULT_OPTIONS = { :tab_width => 8, - :level => :xhtml, + # :level => :xhtml, # reserved for future use :css => :class, :style => :cycnus, |