aboutsummaryrefslogtreecommitdiffstats
path: root/tests2/php-markdown-cases-new/Inline HTML (Simple).txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests2/php-markdown-cases-new/Inline HTML (Simple).txt')
-rw-r--r--tests2/php-markdown-cases-new/Inline HTML (Simple).txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests2/php-markdown-cases-new/Inline HTML (Simple).txt b/tests2/php-markdown-cases-new/Inline HTML (Simple).txt
new file mode 100644
index 0000000..9177105
--- /dev/null
+++ b/tests2/php-markdown-cases-new/Inline HTML (Simple).txt
@@ -0,0 +1,15 @@
+With some attributes:
+
+<div id="test">
+ foo
+</div>
+
+<div id="test"
+ class="nono">
+ foo
+</div>
+
+Hr's:
+
+<hr class="foo"
+ id="bar" >