WikiSandbox

Pmwiki

This wiki is using pmwiki

Markdown

It is possible to use Markdown on these pages. This has the following advantages:

  • easier to remember the syntax
  • easer to read
  • syntax highlight in TextMate

> Test a blockquote

Test a link: FAQ or maybe FAQ.

Another section: polls

The way it is currently done is by wrapping the text:

(:markdown:)
All this text will be parsed as Markdown!
(:markdown-end:) # remove the escaping dash when you use

The conversion is done with the Markdown PHP script.