MarkdownParser/tests/data/horizontal_rule.md

31 lines
253 B
Markdown
Raw Normal View History

2013-09-24 21:53:42 +02:00
Dashes:
---
---
---
---
---
- - -
- - -
- - -
- - -
- - -
Asterisks:
***
Underscores:
___
Based on [the original](http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip) test suite.