blob: d07d04b2aa036aba7dac69074530b219552ba9a1 (
plain) (
blame)
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
|
BL-NESTED(1) - General Commands Manual
# NAME
**Bl-nested** - nested lists
# DESCRIPTION
inset:
outer
list
inner
list
inset compact:
outer
list
inner
list
dash:
- outer list
- inner list
dash compact:
- outer list
- inner list
tag:
outer tag
> outer text
> inner tag
> > inner text
> outer text
outer tag
> > outer text (display)
> inner tag
> > inner text
> outer text
outer tag
> > outer text (one-line display)
> inner tag
> > inner text
> outer text
outer tag (indented 3n)
> outer text
> inner tag (indented 6n)
> > inner text
> outer text
final text
OpenBSD - July 4, 2017
|