diff options
Diffstat (limited to 'vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Simple).html')
-rw-r--r-- | vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Simple).html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Simple).html b/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Simple).html new file mode 100644 index 000000000..1451d625b --- /dev/null +++ b/vendor/michelf/php-markdown/test/resources/php-markdown.mdtest/Inline HTML (Simple).html @@ -0,0 +1,25 @@ +<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" > + +<p>Regression:</p> + +<pre> +#test +</pre> + +<p>Hello</p> +<p>Michael</p> +<p>E.</p>
\ No newline at end of file |