first commit
This commit is contained in:
56
vendor/cebe/markdown/tests/markdown-data/dense-block-markers.md
vendored
Normal file
56
vendor/cebe/markdown/tests/markdown-data/dense-block-markers.md
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
# this is to test dense blocks (no newlines between them)
|
||||
|
||||
----
|
||||
## what is Markdown?
|
||||
see [Wikipedia][]
|
||||
|
||||
a h2
|
||||
----
|
||||
paragraph
|
||||
|
||||
this is a paragraph, not a headline or list
|
||||
next line
|
||||
- whoo
|
||||
|
||||
par
|
||||
code
|
||||
code
|
||||
par
|
||||
|
||||
### Tasks list
|
||||
- list items
|
||||
|
||||
headline1
|
||||
---------
|
||||
> quote
|
||||
> quote
|
||||
|
||||
[Wikipedia]: http://en.wikipedia.org/wiki/Markdown
|
||||
headline2
|
||||
---------
|
||||
|
||||
----
|
||||
# h1
|
||||
## h2
|
||||
---
|
||||
### h3
|
||||
1. ol1
|
||||
2. ol2
|
||||
|
||||
#### h4
|
||||
- listA
|
||||
- listB
|
||||
|
||||
##### h5
|
||||
###### h6
|
||||
--------
|
||||
|
||||
----
|
||||
|
||||
## changelog 1
|
||||
|
||||
* 17-Feb-2013 re-design
|
||||
|
||||
----
|
||||
## changelog 2
|
||||
* 17-Feb-2013 re-design
|
||||
Reference in New Issue
Block a user