Archive

Markdown

Using Markdown to format posts and pages

Markdown can be used to format posts and pages on this wiki, as an alternatve to the CK Editor or raw HTML. Just tick the box in the top right-hand corner of the editing page to use markdown.

See John Gruber’s page on the markdown syntax.

This is bold.

This is a blockquote

  • red
  • green
  • blue
    • cyan
  • three
  • two
  • one
  • Code:
    10 PRINT “Hello World”
    20 GOTO 10