aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Simple).text
blob: 359b622fd88630cb858b1d418227a61f90b29c09 (plain) (tree)
























                     
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>