rhymix/tests/_data/formatter/markdownextra.target2.html

24 lines
603 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div>
<pre><code>This is *true* markdown text.
</code></pre>
</div>
<p>This sentence has a footnote. <sup id="user_content_fnref:user_content_1"><a href="#fn:user_content_1" class="footnote-ref">1</a></sup></p>
<pre><code>fenced code block
</code></pre>
<table><thead><tr><th>Hello</th>
<th>World</th>
</tr></thead><tbody><tr><td>Foo</td>
<td>Bar</td>
</tr><tr><td>Baz</td>
<td>Rhymix</td>
</tr></tbody></table><div>
<hr /><ol><li id="user_content_fn:user_content_1">
<p>Here's the footnote content. <a href="#fnref:user_content_1" class="footnote-backref">↩︎</a></p>
</li>
</ol></div>