Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / cebe / markdown / tests / github-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</p>
9 <ul>
10 <li>whoo</li>
11 </ul>
12 <p>par</p>
13 <pre><code>code
14 code
15 </code></pre>
16 <p>par</p>
17 <h3>Tasks list</h3>
18 <ul>
19 <li>list items</li>
20 </ul>
21 <h2>headline1</h2>
22 <blockquote><p>quote
23 quote</p>
24 </blockquote>
25 <h2>headline2</h2>
26 <hr />
27 <h1>h1</h1>
28 <h2>h2</h2>
29 <hr />
30 <h3>h3</h3>
31 <ol>
32 <li>ol1</li>
33 <li>ol2</li>
34 </ol>
35 <h4>h4</h4>
36 <ul>
37 <li>listA</li>
38 <li>listB</li>
39 </ul>
40 <h5>h5</h5>
41 <h6>h6</h6>
42 <hr />
43 <hr />
44 <h2>changelog 1</h2>
45 <ul>
46 <li>17-Feb-2013 re-design</li>
47 </ul>
48 <hr />
49 <h2>changelog 2</h2>
50 <ul>
51 <li>17-Feb-2013 re-design</li>
52 </ul>