diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-08-19 04:31:05 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-08-19 04:31:05 +0200 |
commit | 5b0d3ed58e4e804ba5585dd2091b8091498488fc (patch) | |
tree | 1741a0805ace1d506ed7209b4827760c8572f84d | |
parent | 9cf84f4412c9c48c5e2b450f41d44255e3e1394c (diff) | |
download | coderay-5b0d3ed58e4e804ba5585dd2091b8091498488fc.tar.gz |
fix README markup
-rw-r--r-- | README.textile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.textile b/README.textile index 28b877e..543dc47 100644 --- a/README.textile +++ b/README.textile @@ -30,6 +30,7 @@ bc.. require 'coderay' html = CodeRay.scan("puts 'Hello, world!'", :ruby).div(:line_numbers => :table) +p. h2. Documentation |