mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
25 lines
No EOL
209 B
Text
25 lines
No EOL
209 B
Text
With some attributes:
|
|
|
|
<div id="test">
|
|
foo
|
|
</div>
|
|
|
|
<div id="test"
|
|
class="nono">
|
|
foo
|
|
</div>
|
|
|
|
Hr's:
|
|
|
|
<hr class="foo"
|
|
id="bar" >
|
|
|
|
Regression:
|
|
|
|
<pre>
|
|
#test
|
|
</pre>
|
|
|
|
<p>Hello</p>
|
|
<p>Michael</p>
|
|
<p>E.</p> |