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