Skip to content

Instantly share code, notes, and snippets.

Created June 19, 2014 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8f0e72a916f3ce8c1c4b to your computer and use it in GitHub Desktop.
Save anonymous/8f0e72a916f3ce8c1c4b to your computer and use it in GitHub Desktop.
code syntax coloring in tiki
{CODE(caption="Some code" colors="java")}class Hello {
public static const String foo = "Pre-formatted text. Useful for source code";
public static int add(int op1, int op2) {
return op1 + op2;
}
}{CODE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment