mirror of
https://github.com/golang/go
synced 2024-11-05 20:16:13 -07:00
e41bc02694
See testdata/README for test format. This will make it easier to fix problems and not regress. Markdown tests in followup CL (with bug fixes). Change-Id: I5dedca26d3c29fd428066ffb38c6605343784a19 Reviewed-on: https://go-review.googlesource.com/c/tools/+/224957 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
23 lines
414 B
OpenEdge ABL
23 lines
414 B
OpenEdge ABL
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>
|