Differences

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

Link to this comparison view

Both sides previous revision Previous revision
sandbox:test1 [2009-09-30 15:35:26]
shaun.reitan removed
sandbox:test1 [2009-10-12 19:00:23] (current)
shaun.reitan created
Line 1: Line 1:
-test+  - 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> 
  
-edit2