html-block.html
1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<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>< this is not an html tag</p>
<p><thisisnotanhtmltag</p>
<p>but this is:</p>
<p><img src="file.jpg"
alt="some alt aligned with src attribute" title="some text" /></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;" />
<p>something <strong>bold</strong>.</p>
<custom />
<h1>h1</h1>
<custom multi="line" something="hi" />
<h2>h2</h2>
<p>p <img src="file.jpg"
alt="some alt aligned with src attribute"
title="some text" />
something</p>
<p>p <img src="file.jpg"
alt="some alt aligned with src attribute"
title="some text" /></p>
<pre><code>something
</code></pre>
<p>p is < than 5</p>
<pre><code>this is code
</code></pre>
<p>this paragraph contains a <!-- multi
line html comment -->
newline</p>