mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
13 lines
382 B
HTML
13 lines
382 B
HTML
<p>
|
|
This is a sample text file.<br />
|
|
This is a paragraph with multiple lines.<br />
|
|
This is the third line.
|
|
</p>
|
|
<p>
|
|
This is another paragraph.
|
|
</p>
|
|
<p>
|
|
This is a <span>SPAN</span> element that will be stripped away.<br />
|
|
This is a <a href="foobar.html">link</a> that will be preserved.<br />
|
|
This is an <img src="test.jpg" alt="Image Title" /> that will be preserved.<br />
|
|
</p>
|