aboutsummaryrefslogtreecommitdiff
path: root/tests/basic/horizontal-rules.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/horizontal-rules.html')
-rw-r--r--tests/basic/horizontal-rules.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/basic/horizontal-rules.html b/tests/basic/horizontal-rules.html
new file mode 100644
index 0000000..478e8c5
--- /dev/null
+++ b/tests/basic/horizontal-rules.html
@@ -0,0 +1,39 @@
+<p>Dashes:</p>
+<hr />
+<hr />
+<hr />
+<hr />
+<pre><code>---
+</code></pre>
+<hr />
+<hr />
+<hr />
+<hr />
+<pre><code>- - -
+</code></pre>
+<p>Asterisks:</p>
+<hr />
+<hr />
+<hr />
+<hr />
+<pre><code>***
+</code></pre>
+<hr />
+<hr />
+<hr />
+<hr />
+<pre><code>* * *
+</code></pre>
+<p>Underscores:</p>
+<hr />
+<hr />
+<hr />
+<hr />
+<pre><code>___
+</code></pre>
+<hr />
+<hr />
+<hr />
+<hr />
+<pre><code>_ _ _
+</code></pre> \ No newline at end of file