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

     1  {"DocLinkBaseURL": "https://pkg.go.dev"}
     2  -- input --
     3  Cool things:
     4  
     5    - Foo
     6    - [Go]
     7    - Bar
     8  
     9  [Go]: https://go.dev/
    10  -- text --
    11  Cool things:
    12  
    13    - Foo
    14    - Go
    15    - Bar
    16  
    17  [Go]: https://go.dev/
    18  -- markdown --
    19  Cool things:
    20  
    21    - Foo
    22    - [Go](https://go.dev/)
    23    - Bar
    24  
    25  -- html --
    26  <p>Cool things:
    27  <ul>
    28  <li>Foo
    29  <li><a href="https://go.dev/">Go</a>
    30  <li>Bar
    31  </ul>
    32  

View as plain text