Sha256: 5da06c91983529972e246b6ea5a69b068f7ec6e6d240f51bafbe542f1a20ad78
Contents?: true
Size: 1.48 KB
Versions: 8
Compression:
Stored size: 1.48 KB
Contents
<html> <body> some text... <ul> <li>unordered list entry</li> <li>unordered list entry 2</li> </ul> <ol> <li>ordered list entry</li> <li>ordered list entry 2</li> </ol> <ol> <li>list entry 1st hierarchy</li> <li> <ul> <li>nested unsorted list entry</li> <li> <ol> <li>deep nested list entry</li> </ol> </li> </ul> </li> </ol> a nested list with no whitespace: <ul><li>item a</li><li>item b<ul><li>item bb</li><li>item bc</li></ul></li></ul> a nested list with lots of whitespace: <ul> <li> item wa </li> <li> item wb <ul> <li> item wbb </li> <li> item wbc </li> </ul> </li> </ul> <ul> <li class="toclevel-1 tocsection-1"><a href="Basic_concepts"><span class="tocnumber">1</span> <span class="toctext">Basic concepts</span></a></li> <li class="toclevel-1 tocsection-2"><a href="History_of_the_idea"><span class="tocnumber">2</span> <span class="toctext">History of the idea</span></a></li> <li class="toclevel-1 tocsection-3"><a href="Intelligence_explosion"><span class="tocnumber">3</span> <span class="toctext">Intelligence explosion</span></a> </ul> <ul> <li> <p dir="ltr">I want to have a party at my house!</p> </li> </ul> <ul> <li> <p>li 1, p 1</p> <p>li 1, p 2</p> </li> <li><p>li 2, p 1</p></li> </ul> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems