43 lines
1.0 KiB
HTML
43 lines
1.0 KiB
HTML
<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>
|