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

16 lines
138 B
Plaintext
Vendored

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