init
This commit is contained in:
42
vendor/cebe/markdown/tests/markdown-data/html-block.html
vendored
Normal file
42
vendor/cebe/markdown/tests/markdown-data/html-block.html
vendored
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user