Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CentralNic
parsedown
Commits
5dd40e7a
Commit
5dd40e7a
authored
Sep 24, 2013
by
Emanuil
Browse files
add test for horizontal rule
parent
b9808f23
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/data/horizontal_rule.html
0 → 100644
View file @
5dd40e7a
<p>
Dashes:
</p>
<hr
/>
<hr
/>
<hr
/>
<hr
/>
<pre><code>
---
</code></pre>
<hr
/>
<hr
/>
<hr
/>
<hr
/>
<pre><code>
- - -
</code></pre>
<p>
Asterisks:
</p>
<hr
/>
<p>
Underscores:
</p>
<hr
/>
<p>
Based on
<a
href=
"http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip"
>
the original
</a>
test suite.
</p>
\ No newline at end of file
tests/data/horizontal_rule.md
0 → 100644
View file @
5dd40e7a
Dashes:
---
---
---
---
---
- - -
- - -
- - -
- - -
- - -
Asterisks:
***
Underscores:
__
_
Based on
[
the original
](
http://daringfireball.net/projects/downloads/MarkdownTest_1.0.zip
)
test suite.
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment