[BACK]Return to literal.out_html CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / IP

Annotation of mandoc/regress/man/IP/literal.out_html, Revision 1.3

1.1       schwarze    1: BEGINTEST before indentation
                      2: <dl class="Bl-tag">
                      3:   <dt>tag</dt>
                      4:   <dd>indented regular text</dd>
                      5: </dl>
                      6: <p class="Pp">new regular paragraph</p>
                      7: <pre>
                      8: literal
                      9: text
                     10: </pre>
                     11: <dl class="Bl-tag">
                     12:   <dt>tag</dt>
                     13:   <dd>
                     14:     <pre>
                     15: indented
                     16: literal
                     17: text
                     18:     </pre>
                     19:   </dd>
                     20: </dl>
                     21: <pre>
                     22: new
                     23: literal
                     24: paragraph
                     25: </pre>
                     26: regular text
1.3     ! schwarze   27: <section class="Ss">
1.2       schwarze   28: <h2 class="Ss" id="literal_into_indented_paragraph"><a class="permalink" href="#literal_into_indented_paragraph">literal
1.1       schwarze   29:   into indented paragraph</a></h2>
                     30: regular text
                     31: <pre>
                     32: literal
                     33: text
                     34: </pre>
                     35: <dl class="Bl-tag">
                     36:   <dt>tag</dt>
                     37:   <dd>
                     38:     <pre>
                     39: indented
                     40: literal
                     41: text
                     42:     </pre>
                     43:     indented regular text</dd>
                     44: </dl>
                     45: <p class="Pp">new regular paragraph</p>
1.3     ! schwarze   46: </section>
        !            47: <section class="Ss">
1.2       schwarze   48: <h2 class="Ss" id="literal_out_of_indented_paragraph"><a class="permalink" href="#literal_out_of_indented_paragraph">literal
1.1       schwarze   49:   out of indented paragraph</a></h2>
                     50: regular text
                     51: <dl class="Bl-tag">
                     52:   <dt>tag</dt>
                     53:   <dd>indented regular text
                     54:     <pre>
                     55: indented
                     56: literal
                     57: text
                     58:     </pre>
                     59:   </dd>
                     60: </dl>
                     61: <pre>
                     62: new
                     63: literal
                     64: paragraph
                     65: </pre>
                     66: regular text
                     67: <br/>
                     68: ENDTEST

CVSweb