blob: a0a2614990dacf689a013f6b99982c2c1ba2379e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
# name(1) - description
{: data-date="November 2016" data-extra="Some extra data"}
## SYNOPSIS
`name` \[`OPTIONS`\] *arguments*...
## DESCRIPTION
This is a normal paragraph.
* A
* compact
* list
* with multiple
* items and
* nested
* as well
{:.compact}
> blockquotes are fine
>
> 1. numbered lists
>
> 2. work too
> 1. and they
> 2. can be
> 1. nested
>
> 3. again
~~~
Some fancy code
going
on
here
~~~
`-o`
`--option`
: Description lists
: are useful as well
And compact definition lists:
`o`
: Option
`k`
: Key
`v`
: Value
{:.compact}
| tables | can | be | centered |
{:.center}
|-----------------+------------+-----------------+----------------|
| Default aligned |Left aligned| Center aligned | Right aligned |
|-----------------|:-----------|:---------------:|---------------:|
| First body part |Second cell | Third cell | fourth cell |
| Second *line* |foo | **strong** | baz |
| Third line |`quux` | baz | bar |
|-----------------+------------+-----------------+----------------|
| Second body | | | |
| 2nd line | | | |
|=================+============+=================+================|
| Footer row one | | | |
| Footer row two | | | |
|-----------------+------------+-----------------+----------------|
Inline formatting like *emphasis*, **strong** and `code span` work
as ususal. [Links](are_well.html) work, too! As do\\
line breaks.
Abbreviations like MD can be used but the abbreviation title is
ignored.
*[MD]: Markdown
Math elements work $$\lambda = 5$$ inline and in block form:
$$\lambda_5 = \alpha + 4$$
|