diff options
Diffstat (limited to 'demo/demo_html2.rb')
-rw-r--r-- | demo/demo_html2.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demo/demo_html2.rb b/demo/demo_html2.rb new file mode 100644 index 0000000..0982ad8 --- /dev/null +++ b/demo/demo_html2.rb @@ -0,0 +1,4 @@ +require 'coderay' +require 'coderay/encoders/html' + +puts CodeRay["puts CodeRay['...', :ruby]", :ruby].div |