github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/russross/blackfriday/testdata/Tabs.html (about) 1 <ul> 2 <li><p>this is a list item 3 indented with tabs</p></li> 4 5 <li><p>this is a list item 6 indented 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>