Markdown test
Last modification on
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:
- Make each program do one thing well.
- Expect the output of every program to become the input to another,
as yet unknown, program.
- Design and build software, even operating systems, to be tried early,
ideally within weeks.
- Use tools in preference to unskilled help to lighten a programming task.
list in list:
- a
- b
- c
- d
- e
- b
- f
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:
image with title:
image with title (single quote):