Please feel free to experiment here, after the four dashes below... and please do NOT create new pages without any meaningful content just to try it out!
Tip: Shift-click "HelpOnEditing" to open a second window with the help pages.
Formatting
italic bold typewriter
backtick typewriter (configurable)
preformatted
Linking
http://purl.net/wiki/moin/ Python
someone@the.inter.net Roth 401k
Image Link
Lists
Bullet
- first
- nested and numbered
- numbered lists are renumbered
- second blockquote
- deeper
Glossary
- Term
- Definition
Drawing
Create new drawing "mytest.png"
Here is a new test
LaTeX
#!latex (-)
Commutative square:
$$\xymatrix{
{A}\ar[r]^{f}\ar[d]_{k}&{B}\ar[d]^{g}\\
{C}\ar[r]_{h}&{D}
}
$$
Haskell
#!syntax haskell (-) data Foo = Bar | Baz fac 0 = 1 fac (n+1) = (n+1) * fac n y = Bar
