mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
13 lines
324 B
HTML
13 lines
324 B
HTML
<p>This is a Markdown document.
|
|
These lines belong in the same paragraph.
|
|
Markdown usually ignores single line breaks.
|
|
</p>
|
|
|
|
<p>This is a <a href="foobar.html" title="title">link</a>.<br />
|
|
This is an <img src="foobar.jpg" title="image" alt="alt" />.
|
|
</p>
|
|
|
|
<ul>
|
|
<li>This is a list.</li>
|
|
<li>It has two items.</li>
|
|
</ul>
|