From 39ff12b40e0b8b3a892aea63eddfae87531f5d10 Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 29 Oct 2005 16:09:17 +0000 Subject: Version 0.4.6! coderay.rb: Added highlight functions new demo/demo_highlight.rb encoders/helpers/html_output.rb: Improved stylesheet method Rakefile: smarter progress info on uploading --- demo/demo_highlight.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 demo/demo_highlight.rb (limited to 'demo') diff --git a/demo/demo_highlight.rb b/demo/demo_highlight.rb new file mode 100644 index 0000000..846efa4 --- /dev/null +++ b/demo/demo_highlight.rb @@ -0,0 +1,14 @@ +require 'coderay' + +puts CodeRay.highlight('puts "Hello, World!"', :ruby) + +output = CodeRay.highlight_file($0, :line_numbers => :table) +puts < + +#{output.stylesheet true} + +#{output} + + +HTML -- cgit v1.2.1