all repos — grayfriday @ 6928e11ecd2bf32f22ba9a46b542257fa76bdc34

blackfriday fork with a few changes

upskirtref/Tabs.html (view raw)

 1<ul>
 2<li><p>this is a list item
 3indented with tabs</p></li>
 4
 5<li><p>this is a list item
 6indented with spaces</p></li>
 7</ul>
 8
 9<p>Code:</p>
10
11<pre><code>this code block is indented by one tab
12</code></pre>
13
14<p>And:</p>
15
16<pre><code>    this code block is indented by two tabs
17</code></pre>
18
19<p>And:</p>
20
21<pre><code>+   this is an example list item
22    indented with tabs
23
24+   this is an example list item
25    indented with spaces
26</code></pre>