unplugged-system/external/markdown/tests/php/Inline HTML (Simple).xhtml

15 lines
156 B
HTML
Vendored

<p>With some attributes:</p>
<div id="test">
foo
</div>
<div id="test"
class="nono">
foo
</div>
<p>Hr's:</p>
<hr class="foo"
id="bar" >