Changes between Version 1 and Version 2 of ArgumentEditing

Show
Ignore:
Timestamp:
12/08/10 20:19:59 (2 years ago)
Author:
solomonr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArgumentEditing

    v1 v2  
    66 
    77 * How to add a link: [[BR]] 
    8    <a href="LINK">TEXT</a> [[br]] 
     8{{{ 
     9<a href="LINK">TEXT</a> [[br]] 
     10}}} 
    911   where "LINK" is a copy/pasted URL, and TEXT is the text that will show up as a link. This example will look like:[[br]] 
    1012   [wiki:LINK TEXT] 
     13 
     14 * How to add a list: [[br]] 
     15{{{ 
     16   <ul> 
     17    <li>List item 1</li> 
     18    <li>List item 1</li> 
     19   </ul> 
     20}}}