first paragraph.
testing surround: emph then strong and code.
\`escaped backticks\`.
x = *y * 6;
horizontal rule:
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;
}
link: suckless
link with title: suckless
link with title (single quote): suckless
image: 
image with alt text: 
image with title: 
image with title (single quote): 