summaryrefslogtreecommitdiffstats
path: root/tests/data/renderer-block-html.md
blob: a25207b04c28402953e467e93cc1f67e212d13b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is a regular paragraph.

<table>
    <tr>
        <td>Monte Carlo</td>
    </tr>
</table>

This is another regular paragraph, which is followed by some HTML fluff decorated with
attributes.

<div class="parley">
  <article>
    <p>A dispute conference; human snafu.</p>
  </article>
</div>

Which is followed by a

<hr />

Ameba.