blob: 7175a3e85b8878460dbe2d04f2cc2862a960ada3 (
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
|
'\" t
.TH "TABLES" "1"
.nh
.ad l
.ss \n[.ss] 0
.SH "DESCRIPTION"
Testing tables.
.TS
allbox tab(:);
lt.
T{
Single col
T}
T{
Hi! :)
T}
.TE
.sp
.TS
allbox tab(:);
lt lt lt.
T{
Header content
T}:T{
With \fBformat\fR \fItext\fR
T}:T{
Another column
T}
T{
Some data
T}:T{
More data
T}:T{
T}
T{
Extra long amount of text within a column
T}:T{
hi
T}:T{
there
T}
.TE
.sp
.TS
allbox tab(:);
lt ct rt.
T{
Left aligned
T}:T{
Center aligned
T}:T{
Right aligned
T}
T{
abc
T}:T{
def
T}:T{
ghi
T}
.TE
.sp
.TS
allbox tab(:);
lt ct rt.
T{
Left aligned
T}:T{
Center aligned
T}:T{
Right aligned
T}
T{
X
T}:T{
X
T}:T{
X
T}
T{
Extra long text 123456789012 with mixed widths.
T}:T{
Extra long text 123456789012 with mixed widths.
T}:T{
Extra long text 123456789012 with mixed widths.
T}
.TE
.sp
.TS
allbox tab(:);
lt.
T{
Link check
T}
T{
\fIfoo\fR <https://example.com/>
T}
T{
<https://example.com/>
T}
.TE
.sp
|