Haskell!

Section heading

E. coli A. Mautner

link to 测试

link to πάντ

link to πάντ

link

link to πάντ

This is a drill. This is a drill. All hands man your battlestations.

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

blah blah

<<<<<<>>>>>> a823167b08ace7105b032f0f3fee4cf635fcbd3d

1
2
3
qsort []     = []
qsort (x:xs) = qsort (filter (< x) xs) ++ [x] ++
qsort (filter (>= x) xs)

dependent types