mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
14 lines
236 B
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>
|