OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
marked/test/specs/new/list_item_tabs.html
<ul>
<li>A</li>
<li>B</li>
<li>C</li>
<li>D</li>
<li>E</li>
<li>F</li>
</ul>
<ol>
<li>A</li>
<li>B</li>
<li>C</li>
<li>D</li>
<li>E</li>
<li>F</li>
</ol>
<p>I am using spaces after the number:</p>
<ol>
<li>Some Text</li>
<li>Some Text</li>
<li>Some Text</li>
</ol>
<p>I am using tabs after the number:</p>
<ol>
<li>SomeText</li>
<li>SomeText</li>
<li>SomeText</li>
</ol>
<p>I am using tabs after the number and have a space:</p>
<ol>
<li>SomeText</li>
<li>SomeText</li>
<li>SomeText</li>
</ol>
<p>I am using space after the number and have a tab:</p>
<ol>
<li>SomeText</li>
<li>SomeText</li>
<li>SomeText</li>
</ol>
<p>I am using spaces after the bullet:</p>
<ul>
<li>Some Text</li>
<li>Some Text</li>
<li>Some Text</li>
</ul>
<p>I am using tabs after the bullet:</p>
<ul>
<li>SomeText</li>
<li>SomeText</li>
<li>SomeText</li>
</ul>
<p>I am using tabs after the bullet and have a space:</p>
<ul>
<li>SomeText</li>
<li>SomeText</li>
<li>SomeText</li>
</ul>
<p>I am using space after the bullet and have a tab:</p>
<ul>
<li>SomeText</li>
<li>SomeText</li>
<li>SomeText</li>
</ul>