Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / html-block.md
1 paragraph 1 is here
2
3 <table>
4         <tr>
5                 <td>a</td>
6                 <td>b</td>
7         </tr>
8         <tr>
9                 <td>c</td>
10                 <td>d</td>
11         </tr>
12 </table>
13
14 more markdown here
15
16 < this is not an html tag
17
18 <thisisnotanhtmltag
19
20 <span class="test">some inline **md**</span>
21
22 <span>some inline **md**</span>
23
24 self-closing on block level:
25
26 <p>this is a paragraph</p>
27 <hr style="clear: both;" />