This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
playground:grauniad [2013/01/15 01:56] – grauniad | playground:grauniad [2013/01/17 16:12] (current) – removed grauniad | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |a |b | ||
- | |[[-? | ||
- | |[[%%-? | ||
- | |[[< | ||
- | ======= Heading One ======= | ||
- | ======= Heading One two ======== | ||
- | ====== Heading One three ====== | ||
- | ===== Heading One Four ===== | ||
- | ==== Heading One Five ==== | ||
- | === Heading One Six === | ||
- | == Heading One Seven == | ||
- | = Heading One Eight = | ||
- | |||
- | <code java> | ||
- | /** | ||
- | * The HelloWorldApp class implements an application that | ||
- | * simply displays "Hello World!" | ||
- | */ | ||
- | class HelloWorldApp { | ||
- | public static void main(String[] args) { | ||
- | System.out.println(" | ||
- | } | ||
- | }</ | ||
- | |||
- | <columns 100% first column attributes 50% second column attributes -> | ||
- | |||
- | Content of the first column. | ||
- | |||
- | < | ||
- | |||
- | Content of the second column. | ||
- | |||
- | </ |