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