blob: a03d1481f31a741ced1133c15550f158a53d2ad3 (
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
.\" generated by kramdown
.TH "NAME" "1" "November 2016" "Some extra data"
.SH NAME
name \- description
.SH "SYNOPSIS"
\fBname\fP [\fBOPTIONS\fP] \fIarguments\fP\.\.\.
.SH "DESCRIPTION"
This is a normal paragraph\.
.sp
.PD 0
.IP \(bu 4
A
.IP \(bu 4
compact
.IP \(bu 4
list
.IP \(bu 4
with multiple
.RS
.IP \(bu 4
items and
.RS
.IP \(bu 4
nested
.RE
.RE
.IP \(bu 4
as well
.PD
.RS
.P
blockquotes are fine
.IP 1. 4
numbered lists
.IP 2. 4
work too
.RS
.IP 1. 4
and they
.IP 2. 4
can be
.RS
.IP 1. 4
nested
.RE
.RE
.IP 3. 4
again
.RE
.sp
.RS 4
.EX
Some fancy code
going
on
here
.EE
.RE
.TP
\fB\-o\fP
.TQ
\fB\-\-option\fP
Description lists
.sp
are useful as well
.P
And compact definition lists:
.sp
.PD 0
.TP
\fBo\fP
Option
.TP
\fBk\fP
Key
.TP
\fBv\fP
Value
.PD
.TS
box center ;
l l l l .
tables can be centered
.TE
.sp
.TS
box ;
lb lb cb rb .
Default aligned Left aligned Center aligned Right aligned
=
.T&
l l c r .
First body part Second cell Third cell fourth cell
Second \fIline\fP foo \fBstrong\fP baz
Third line \fBquux\fP baz bar
_
.T&
l l c r .
Second body
2nd line
=
Footer row one
Footer row two
.TE
.sp
.P
Inline formatting like \fIemphasis\fP, \fBstrong\fP and \fBcode span\fP work as ususal\.
.UR are_well\.html
Links
.UE
work, too! As do
.br
line breaks\.
.P
Abbreviations like MD can be used but the abbreviation title is ignored\.
.P
Math elements work \fB\elambda = 5\fP inline and in block form:
.sp
.RS 4
.EX
\elambda_5 = \ealpha + 4
.EE
.RE
|