Advanced Wiki Markup

@a href=StartPage Control link label separately

Control link label separately



@img src=^b.png alt="Communication is a core value"

Communication is a core value

<@ul> <@li>one fish <@li>two fish <@li>red fish <@li>blue fish <@/ul>


  • one fish

  • two fish

  • red fish

  • blue fish



<@table> <@tr> <@th>column 1 <@th>column 2 <@th>column 3 <@/tr> <@tr> <@td>top 1 <@td>top 2 <@td>top 3 <@/tr> <@tr> <@td> <@strong>middle 1 <@/td> <@td>middle 2 <@td>middle 3 <@/tr> <@/table>


column 1column 2column 3

top 1

top 2

top 3

middle 1

middle 2

middle 3





<@div style="background-color: #996; width: 15em;"> <@span class='custom-class'>Special HTML class <@p>Loreum whatever <@p>More loreum <@/div>


Special HTML class

Loreum whatever

More Loreum



An HTML class can be added to tags with the .classname convention. You can edit the my.css file to add styling to your custom classes.


The HTML comment syntax: <!-- This is a comment --> is replaced by: @! This is a comment

For example, the text above: "@! Don't render this line." is not rendered.