diff options
Diffstat (limited to 'vendor/michelf/php-markdown/test/resources/markdown.mdtest/Horizontal rules.text')
-rw-r--r-- | vendor/michelf/php-markdown/test/resources/markdown.mdtest/Horizontal rules.text | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Horizontal rules.text b/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Horizontal rules.text new file mode 100644 index 000000000..1594bda27 --- /dev/null +++ b/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Horizontal rules.text @@ -0,0 +1,67 @@ +Dashes: + +--- + + --- + + --- + + --- + + --- + +- - - + + - - - + + - - - + + - - - + + - - - + + +Asterisks: + +*** + + *** + + *** + + *** + + *** + +* * * + + * * * + + * * * + + * * * + + * * * + + +Underscores: + +___ + + ___ + + ___ + + ___ + + ___ + +_ _ _ + + _ _ _ + + _ _ _ + + _ _ _ + + _ _ _ |