diff options
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-rw-r--r-- | lib/coderay/encoders/html.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb index abbafad..60dfad1 100644 --- a/lib/coderay/encoders/html.rb +++ b/lib/coderay/encoders/html.rb @@ -21,7 +21,6 @@ module Encoders # :line_numbers => :inline, # :css => :style # ) - # #-> <span class="no">1</span> <span style="color:#036; font-weight:bold;">Some</span> code # # == Options # |