prolab-api/vendor/cebe/markdown/tests/markdown-data/dense-block-markers.md

56 lines
532 B
Markdown
Raw Normal View History

2025-09-24 06:24:52 +00:00
# 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