Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / dense-block-markers.html
1 <h1>this is to test dense blocks (no newlines between them)</h1>
2 <hr />
3 <h2>what is Markdown?</h2>
4 <p>see <a href="http://en.wikipedia.org/wiki/Markdown">Wikipedia</a></p>
5 <h2>a h2</h2>
6 <p>paragraph</p>
7 <p>this is a paragraph, not a headline or list
8 next line
9 - whoo</p>
10 <p>par</p>
11 <pre><code>code
12 code
13 </code></pre>
14 <p>par</p>
15 <h3>Tasks list</h3>
16 <ul>
17 <li>list items</li>
18 </ul>
19 <h2>headline1</h2>
20 <blockquote><p>quote
21 quote</p>
22 </blockquote>
23 <h2>headline2</h2>
24 <hr />
25 <h1>h1</h1>
26 <h2>h2</h2>
27 <hr />
28 <h3>h3</h3>
29 <ol>
30 <li>ol1</li>
31 <li>ol2</li>
32 </ol>
33 <h4>h4</h4>
34 <ul>
35 <li>listA</li>
36 <li>listB</li>
37 </ul>
38 <h5>h5</h5>
39 <h6>h6</h6>
40 <hr />
41 <hr />
42 <h2>changelog 1</h2>
43 <ul>
44 <li>17-Feb-2013 re-design</li>
45 </ul>
46 <hr />
47 <h2>changelog 2</h2>
48 <ul>
49 <li>17-Feb-2013 re-design</li>
50 </ul>