summaryrefslogtreecommitdiffstats
path: root/tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/renderer-block-html-w.md22
-rw-r--r--tests/data/renderer-block-html.md22
2 files changed, 44 insertions, 0 deletions
diff --git a/tests/data/renderer-block-html-w.md b/tests/data/renderer-block-html-w.md
new file mode 100644
index 0000000..b8c6c67
--- /dev/null
+++ b/tests/data/renderer-block-html-w.md
@@ -0,0 +1,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.
diff --git a/tests/data/renderer-block-html.md b/tests/data/renderer-block-html.md
new file mode 100644
index 0000000..a25207b
--- /dev/null
+++ b/tests/data/renderer-block-html.md
@@ -0,0 +1,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.