HomePage RecentChanges

How to use

This wiki uses usemod markup, which is documented here. Below is a summary of main features for convenient reference:

Font

 ''italic'' <i>Italic</i>  italic Italic
 '''bold''' <b>Bold</b>   bold Bold
 <em>emphasized</em>  emphasized
 <u>underlined</u>  underlined
 <tt>typewriter</tt>  typewriter

Lists and Tables

 # Item 1
 # Item 2
 ## Item 2.1
 ## Item 2.2
  1. Item 1
  2. Item 2
    1. Item 2.1
    2. Item 2.2
 * An item
 * Another item
 ** A subitem
 ** Another subitem
 ; Zero : The first integer
 ; One : The second integer
Zero : The first integer
One : The second integer
 ||first entry||second entry||
 ||third entry||||
 ||left || right||
 || centre ||squish||
first entrysecond entry
third entry
left right
centre squish

Headings

 ==Title==

Title

 ===Subtitle===

Subtitle

 ====Subsubtitle====

Subsubtitle

Math

 $$x+6$$  $$ x+6 $$
 \[ a^2 + b^2 = c^2\]
\begin{displaymath}  a^2 + b^2 = c^2 \end{displaymath} (1)

Images

 [[image:Pythagorean]]

Pythagorean