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