all repos — grayfriday @ d5a8df164b001f7f60e314b2d90aec3927b5819c

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>