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

14 lines
236 B
HTML

<div>
This is *true* markdown text.
</div>
<p>This sentence has a footnote. [^1]</p>
<p>[^1]: Here's the footnote content.</p>
<p><code>fenced code block</code></p>
<p>Hello | World
----- | ------
Foo | Bar
Baz | Rhymix</p>