Version 2 (modified by solomonr, 2 years ago)

--

Arguments

more instructions to follow ...

HTML snippets

  • How to add a link:
    <a href="LINK">TEXT</a> [[br]]
    
    where "LINK" is a copy/pasted URL, and TEXT is the text that will show up as a link. This example will look like:
    TEXT
  • How to add a list:
       <ul>
        <li>List item 1</li>
        <li>List item 1</li>
       </ul>