smu test

simple tests

first paragraph. testing surround: emph then strong and code.

\`escaped backticks\`.

x = *y * 6;

horizontal rule:


blocks and entities

preformatted block:

.'''' .'.'. |  |
 '''. | ' | |  |
''''  '   '  ""

quoted text:

When in doubt, use brute force.

list:

list in list:

entity: &, <, >

code:

int powerof2(unsigned int n) {
	return !((n - 1) & n) && n > 0;
}

links

link: suckless

link with title: suckless

link with title (single quote): suckless

images

image:

image with alt text: alt text

image with title: alt text

image with title (single quote): alt text

inline html

ABC