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's home.</a></p> 21<!-- media.html --> 22</section>