go-org-orgwiki/org/testdata/keywords.html

18 lines
559 B
HTML

<figure>
<div class="highlight" class="a b c" id="it">
<pre>echo &#34;a bash source block with custom html attributes&#34;
</pre>
</div>
<figcaption>
and <span style="text-decoration: underline;">multiple</span> lines of <strong>captions</strong>!
</figcaption>
</figure>
<p>
and an image with custom html attributes and a caption
</p>
<figure>
<img src="http://placekitten.com/200/200#.png" alt="http://placekitten.com/200/200#.png" title="http://placekitten.com/200/200#.png" style="border: 10px solid black"/>
<figcaption>
kittens!
</figcaption>
</figure>