aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/IP/literal.out_html
blob: 844eb1dd477f6923b4f7fa287f9b385b65b26cdf (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
BEGINTEST before indentation
<dl class="Bl-tag">
  <dt>tag</dt>
  <dd>indented regular text</dd>
</dl>
<p class="Pp">new regular paragraph</p>
<pre>
literal
text
</pre>
<dl class="Bl-tag">
  <dt>tag</dt>
  <dd>
    <pre>
indented
literal
text
    </pre>
  </dd>
</dl>
<pre>
new
literal
paragraph
</pre>
regular text
<h2 class="Ss" id="literal_into_indented_paragraph"><a class="permalink" href="#literal_into_indented_paragraph">literal
  into indented paragraph</a></h2>
regular text
<pre>
literal
text
</pre>
<dl class="Bl-tag">
  <dt>tag</dt>
  <dd>
    <pre>
indented
literal
text
    </pre>
    indented regular text</dd>
</dl>
<p class="Pp">new regular paragraph</p>
<h2 class="Ss" id="literal_out_of_indented_paragraph"><a class="permalink" href="#literal_out_of_indented_paragraph">literal
  out of indented paragraph</a></h2>
regular text
<dl class="Bl-tag">
  <dt>tag</dt>
  <dd>indented regular text
    <pre>
indented
literal
text
    </pre>
  </dd>
</dl>
<pre>
new
literal
paragraph
</pre>
regular text
<br/>
ENDTEST