##language:en 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 "MoinMoin:HelpOnEditing" to open a second window with the help pages.

`````

Formatting

italic bold typewriter

backtick typewriter (configurable)

preformatted

Linking

MoinMoin:HelpOnEditing MoinMoin:InterWiki

Lists

Bullet

  • first

    1. nested and numbered

    2. numbered lists are renumbered

  • second

    blockquote
      deeper

Glossary

Term

Definition

Drawing

drawing:mytest

Here is a new test

structure S : sig type t end =
struct
  type t = int
  val x = 123
  val y = "foo"
end
int main() {
    printf("Hello wikiwiki world!\n");
}