canyin-project/ybcy/vendor/cebe/markdown/tests/markdown-data/html-block.html
2024-11-01 16:07:54 +08:00

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>&lt; this is not an html tag</p>
<p>&lt;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 &lt; than 5</p>
<pre><code>this is code
</code></pre>
<p>this paragraph contains a <!-- multi
line html comment -->
newline</p>