Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / cebe / markdown / tests / markdown-data / md1_tabs.html
1 <ul>
2 <li><p>this is a list item
3 indented with tabs</p>
4 </li>
5 <li><p>this is a list item
6 indented with spaces</p>
7 </li>
8 </ul>
9 <p>Code:</p>
10 <pre><code>this code block is indented by one tab
11 </code></pre>
12 <p>And:</p>
13 <pre><code>     this code block is indented by two tabs
14 </code></pre>
15 <p>And:</p>
16 <pre><code>+    this is an example list item
17         indented with tabs
18
19 +   this is an example list item
20     indented with spaces
21 </code></pre>