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

     1  -- input --
     2  We use [io.Reader] a lot, and also a few map[io.Reader]string.
     3  
     4  Never [io.Reader]int or Slice[io.Reader] though.
     5  -- markdown --
     6  We use [io.Reader](/io#Reader) a lot, and also a few map\[io.Reader]string.
     7  
     8  Never \[io.Reader]int or Slice\[io.Reader] though.
     9  

View as plain text