Version at: 01/11/2013, 02:02 vs. version at: 01/11/2013, 02:04
11# Sandbox
22
3Use this page to experiment.
3Use this page to experiment with wiki markup.
44
55Nested bulleted list:
66
77* a
88 * a.b
99 * a.b.c
1010 * a.v
1111* z
1212
13Code sample:
13Code sample (note that the format differs between preview mode and final presentation):
14
1415`
1516if (a)
1617 b
1718else
1819 c
1920`
2021
2122
diff view generated by jsdifflib

Version at: 01/11/2013, 02:02

# Sandbox

Use this page to experiment. 

Nested bulleted list:

* a
  * a.b
      * a.b.c
  * a.v
* z  

Code sample:
`
if (a)
    b
else
    c
`

version at: 01/11/2013, 02:04

# Sandbox

Use this page to experiment with wiki markup. 

Nested bulleted list:

* a
  * a.b
      * a.b.c
  * a.v
* z  

Code sample (note that the format differs between preview mode and final presentation):

`
if (a)
    b
else
    c
`

Note

The lines in green are the lines that have been added in the new version. The lines in red are those that have been removed.