rhymix/tests/_data/formatter/html2markdown.source.html
2016-03-18 14:10:10 +09:00

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>