1{"DocLinkBaseURL": "https://pkg.go.dev"} 2-- input -- 3Cool things: 4 5 - Foo 6 - [Go] 7 - Bar 8 9[Go]: https://go.dev/ 10-- text -- 11Cool things: 12 13 - Foo 14 - Go 15 - Bar 16 17[Go]: https://go.dev/ 18-- markdown -- 19Cool 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>