diff --git a/tests/data/horizontal_rule.html b/tests/data/horizontal_rule.html new file mode 100644 index 0000000..ed951c8 --- /dev/null +++ b/tests/data/horizontal_rule.html @@ -0,0 +1,16 @@ +

Dashes:

+
+
+
+
+
---
+
+
+
+
+
- - -
+

Asterisks:

+
+

Underscores:

+
+

Based on the original test suite.

\ No newline at end of file diff --git a/tests/data/horizontal_rule.md b/tests/data/horizontal_rule.md new file mode 100644 index 0000000..6e5549c --- /dev/null +++ b/tests/data/horizontal_rule.md @@ -0,0 +1,31 @@ +Dashes: + +--- + + --- + + --- + + --- + + --- + +- - - + + - - - + + - - - + + - - - + + - - - + +Asterisks: + +*** + +Underscores: + +___ + +Based on [the original](http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip) test suite. \ No newline at end of file