.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.1-0.20210319172145-bda8f5cee399 / present / testdata / media.p
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.1-0.20210319172145-bda8f5cee399/present/testdata/media.p b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.1.1-0.20210319172145-bda8f5cee399/present/testdata/media.p
new file mode 100644 (file)
index 0000000..f11970b
--- /dev/null
@@ -0,0 +1,22 @@
+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&#39;s home.</a></p>
+<!-- media.html -->
+</section>