1paragraph 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
14more markdown here
15
16< this is not an html tag
17
18<thisisnotanhtmltag
19
20but this is:
21
22<img src="file.jpg"
23     alt="some alt aligned with src attribute" title="some text" />
24
25<span class="test">some inline **md**</span>
26
27<span>some inline **md**</span>
28
29self-closing on block level:
30
31<p>this is a paragraph</p>
32<hr style="clear: both;" />
33
34something **bold**.
35
36<custom />
37
38# h1
39
40<custom multi="line" something="hi" />
41
42## h2
43
44p <img src="file.jpg"
45       alt="some alt aligned with src attribute"
46       title="some text" />
47   something
48
49p <img src="file.jpg"
50       alt="some alt aligned with src attribute"
51       title="some text" />
52    something
53
54p is < than 5
55    this is code
56
57this paragraph contains a <!-- multi
58line html comment -->
59newline
60