| | """, |
| | """ |
| | - <p><tex>$$E=mc^2$$</tex></p> |
| | <p><span class="caption">Caption <a data-type="eqn" name="energy" /></span></p> |
| | + <p><tex>$$E=mc^2$$</tex></p> |
| | """ |
| | ), |
 |
| | """, |
| | """ |
| | + <p><span class="caption">Source code caption <a data-type="listing" name="haskell1" /></span></p> |
| | <pre><code class="language-haskell">main :: IO () |
| | </code></pre> |
| | - <p><span class="caption">Source code caption <a data-type="listing" name="haskell1" /></span></p> |
| | """ |
| | ), |
 |
| | """, |
| | """ |
| | + <p><span class="caption">Caption <a data-type="warning" name="sugar" /></span></p> |
| | <div class="warning"> |
| | <p>Do not eat processed sugar.</p> |
| | - </div><p><span class="caption">Caption <a data-type="warning" name="sugar" /></span></p> |
| | + </div> |
| | """ |
| | ), |
| | args( |
| | """ |
| |  |
| | |
| | :: Caption {#fig:label} |
| | """, |
| | """ |
| | - <p><img src="tunnel" alt="alt text" /></p> |
| | <p><span class="caption">Caption <a data-type="fig" name="label" /></span></p> |
| | + <p><img src="tunnel" alt="alt text" /></p> |
| | """ |
| | ), |
| | args( |
| | """ |
| |  |
| | |
| | :: Caption **bold** {#fig:label} *italics* |
| | """, |
| | """ |
| | - <p><img src="placekitten" alt="kitteh" /></p> |
| | <p><span class="caption">Caption <strong>bold</strong> <a data-type="fig" name="label" /> <em>italics</em></span></p> |
| | + <p><img src="placekitten" alt="kitteh" /></p> |
| | """ |
| | ), |
 |
| | """, |
| | """ |
| | + <p><span class="caption">Meschiya Lake - Lucky Devil <a data-type="lyrics" name="blues" /></span></p> |
| | <blockquote> |
| | <p>I'd like to be the lucky devil who gets to burn with you.</p> |
| | <p>Well, I'm no angel, my wings have been clipped;</p> |
| | <p>I've traded my halo for horns and a whip.</p> |
| | </blockquote> |
| | - <p><span class="caption">Meschiya Lake - Lucky Devil <a data-type="lyrics" name="blues" /></span></p> |
| | """ |
| | ), |
 |
| | """, |
| | """ |
| | + <p><span class="caption">Caption <a data-type="tbl" name="label" /></span></p> |
| | <table> |
| | <thead> |
| | <tr><th>a</th><th>b</th><th>c</th></tr> |
| | </thead> |
| | <tbody> |
| | <tr><td>1</td><td>2</td><td>3</td></tr> |
| | <tr><td>4</td><td>5</td><td>6</td></tr> |
| | </tbody> |
| | </table> |
| | - <p><span class="caption">Caption <a data-type="tbl" name="label" /></span></p> |
| | """ |
| | ) |