scq/testdoc

81 lines
1.4 KiB
Text
Raw Normal View History

2008-01-14 14:27:19 +01:00
smu test
========
simple tests
------------
first paragraph.
testing surround: _emph_ then **strong** and `code`.
`\`escaped backticks\``.
`x = *y * 6;`
2008-01-14 14:27:19 +01:00
horizontal rule:
- - -
blocks and entities
-------------------
preformatted block:
2008-01-29 12:59:52 +01:00
.'''' .'.'. | |
'''. | ' | | |
'''' ' ' ""
2008-01-14 14:27:19 +01:00
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
1. c
2. d
* e
* f
entity: &, <, >
code:
int powerof2(unsigned int n) {
return !((n - 1) & n) && n > 0;
}
links
-----
link: [suckless](http://suckless.org/)
link with title: [suckless](http://suckless.org/ "software that sucks less")
link with title (single quote): [suckless](http://suckless.org/ 'software that sucks less')
images
------
image: ![](http://st.suckless.org/screenshots/20h-2012-s.png)
image with alt text: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png)
image with title: ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png "screenshot of st")
image with title (single quote): ![alt text](http://st.suckless.org/screenshots/20h-2012-s.png 'screenshot of st')
2008-01-14 14:27:19 +01:00
inline html
-----------
<center>
ABC
</center>