testing syntax-highlighter-and-code-prettifier

May 27th, 2009 | Posted by

kali ini coba plugin syntax highlighter and code prettifier :
java :

public class Hello {
  public static void main(String[] args) {
    System.out.println("Hello World!");
  }
}

ruby :

class Example
  def example(arg1)
    return "Hello: " + arg1.to_s
  end
end

hasilnya sama saja. code php tetep gagal tampil.

Related posts:

  1. testing wp-syntax
  2. How to: Install RubyOnRails in Fedora Core 7
  3. Install RealPlayer, Opera, dan RMagick di Ubuntu Hardy Heron
Tags:
No comments yet.
*