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