Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sandbox:test1 [2009-09-30 08:35:26] – removed shaun.reitansandbox:test1 [2009-10-12 12:00:23] (current) – created shaun.reitan
Line 1: Line 1:
 +  - Ordered List Item
 +
 +  * Unordered List Item
 +
 +
 +----
 +
 +<note>note</note>
 +
 +<note tip>tip</note>
 +
 +<note important>important</note>
 +
 +<note warning>warning</note>
 +
 +<code>code</code>
 +
 +<code php><?php echo "hello"; ?></code>
 +
 +<code console>while true;do echo "yep";done</code>
 +