= Summer camp details = == Summer camp details == === Summer camp details === ==== Summer camp details ==== === Summer camp details === #t312 === Explicit id === #using-explicit-id-in-heading Line1 [[BR]] Line2 = Lists = * Item 1 * Item 1.1 * Item 1.1.1 * Item 1.1 .2 * Item 1.1.3 * Item 1.2 * Item 2 1. Item 1 a. Item 1.a a. Item 1.b i. Item 1.b.i ii. Item 1.b.ii 1. Item 2 And numbered lists can also be given an explicit number: 3. Item 3 == Definition Lists == llama:: some kind of mammal, with hair ppython:: some kind of reptile, without hair (can you spot the typo?) = Preformatted Texts = {{{ def HelloWorld(): print "Hello World" }}}