Version 1
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / html-block.html
diff --git a/vendor/cebe/markdown/tests/markdown-data/html-block.html b/vendor/cebe/markdown/tests/markdown-data/html-block.html
new file mode 100644 (file)
index 0000000..6223274
--- /dev/null
@@ -0,0 +1,19 @@
+<p>paragraph 1 is here</p>
+<table>
+       <tr>
+               <td>a</td>
+               <td>b</td>
+       </tr>
+       <tr>
+               <td>c</td>
+               <td>d</td>
+       </tr>
+</table>
+<p>more markdown here</p>
+<p>&lt; this is not an html tag</p>
+<p>&lt;thisisnotanhtmltag</p>
+<p><span class="test">some inline <strong>md</strong></span></p>
+<p><span>some inline <strong>md</strong></span></p>
+<p>self-closing on block level:</p>
+<p>this is a paragraph</p>
+<hr style="clear: both;" />