...

Text file src/go/doc/comment/testdata/list5.txt

Documentation: go/doc/comment/testdata

     1-- input --
     2Text.
     3
     4  1. One
     5  999999999999999999999. Big
     6  1000000000000000000000. Bigger
     7  1000000000000000000001. Biggest
     8
     9-- gofmt --
    10Text.
    11
    12 1. One
    13 999999999999999999999. Big
    14 1000000000000000000000. Bigger
    15 1000000000000000000001. Biggest
    16
    17-- text --
    18Text.
    19
    20 1. One
    21 999999999999999999999. Big
    22 1000000000000000000000. Bigger
    23 1000000000000000000001. Biggest
    24
    25-- markdown --
    26Text.
    27
    28 1. One
    29 999999999999999999999. Big
    30 1000000000000000000000. Bigger
    31 1000000000000000000001. Biggest
    32
    33-- html --
    34<p>Text.
    35<ol>
    36<li>One
    37<li value="999999999999999999999">Big
    38<li>Bigger
    39<li>Biggest
    40</ol>

View as plain text