Haskell!

Section heading

  1. coli A. Mautner

V=det(111Y1Y2YnY1n-1Y2n-1Ynn-1)

Subsection

hi there test edit

Formatting: italics, bold, superscript, subscript, strikeout. A line break
can be forced with two spaces at the end of the line.

Indented quotation

Links: external, Wiki Link, image, to heading.

Indented code block:

#include <stdbool.h>

Or use a delimited code block:

1
2
3
qsort []     = []
qsort (x:xs) = qsort (filter (< x) xs) ++ [x] ++
qsort (filter (>= x) xs)
let a = 1:a in head a
  • bulleted
  • list

  1. ordered
  2. list
    1. sublist (indent 4 spaces)
    2. another
  3. item three
term
definition
orange
orange fruit

Here’s a simple mathematical expression (which doesn’t seem to display properly): tTekθ

And an equation y=ax+b