Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / present / testdata / media.p
1 Media
2
3 *
4
5 .image gopher.jpg _ 100
6 .caption A gopher.
7
8 .iframe https://golang.org/
9
10 .link https://golang.org/ The Gopher's home.
11
12 .html testdata/media.html
13
14 ---
15 <h1>Media</h1>
16 <section>
17 <img src="gopher.jpg" width="100" alt="">
18 <figcaption>A gopher.</figcaption>
19 <iframe src="https://golang.org/"></iframe>
20 <p class="link"><a href="https://golang.org/">The Gopher&#39;s home.</a></p>
21 <!-- media.html -->
22 </section>