go-org-orgwiki/org/testdata/keywords.html
2020-07-28 19:28:30 +02:00

28 lines
797 B
HTML

<figure>
<div class="src src-sh a b c d" id="it">
<div class="highlight">
<pre>echo &#34;a bash source block with custom html attributes&#34;
</pre>
</div>
</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="https://placekitten.com/200/200#.png" alt="https://placekitten.com/200/200#.png" title="https://placekitten.com/200/200#.png" style="height: 100%; border: 10px solid black;" id="kittens"/>
<figcaption>
kittens!
</figcaption>
</figure>
<p>named paragraph</p>
<div class="src src-text">
<div class="highlight">
<pre>
named block
</pre>
</div>
</div>
<p>#not a comment because there&#39;s no space after the hashtag</p>