From b9377ad2633d5f7de92b339f1ad28b11942adfe3 Mon Sep 17 00:00:00 2001 From: murphy Date: Fri, 2 Apr 2010 01:53:38 +0000 Subject: New HTML Encoder option :line_number_anchors (closes #208). Also removed the :list wrapping style, and made a lot of cleanup in the styles. See Changes.textile. --- lib/coderay/encoders/html/output.rb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'lib/coderay/encoders/html/output.rb') diff --git a/lib/coderay/encoders/html/output.rb b/lib/coderay/encoders/html/output.rb index 83c4ec6..533235d 100644 --- a/lib/coderay/encoders/html/output.rb +++ b/lib/coderay/encoders/html/output.rb @@ -168,18 +168,12 @@ module Encoders TABLE = <<-`TABLE` - +
<%LINE_NUMBERS%>
<%LINE_NUMBERS%>
<%CONTENT%>
TABLE # title="double click to expand" - LIST = <<-`LIST` -
    -<%CONTENT%> -
- LIST - PAGE = <<-`PAGE` @@ -187,6 +181,10 @@ module Encoders -- cgit v1.2.1