mirror of
https://github.com/golang/go
synced 2024-11-18 16:14:46 -07:00
23 lines
417 B
Markdown
23 lines
417 B
Markdown
|
# Media
|
||
|
|
||
|
##
|
||
|
|
||
|
.image gopher.jpg _ 100
|
||
|
.caption A gopher.
|
||
|
|
||
|
.iframe https://golang.org/
|
||
|
|
||
|
.link https://golang.org/ The Gopher's home.
|
||
|
|
||
|
.html testdata/media.html
|
||
|
|
||
|
---
|
||
|
<h1>Media</h1>
|
||
|
<section>
|
||
|
<img src="gopher.jpg" width="100" alt="">
|
||
|
<figcaption>A gopher.</figcaption>
|
||
|
<iframe src="https://golang.org/"></iframe>
|
||
|
<p class="link"><a href="https://golang.org/">The Gopher's home.</a></p>
|
||
|
<!-- media.html -->
|
||
|
</section>
|