Sha256: 45e3bbafea6616bf22ca7cfc65a0635380a93175ed10b0eaacd6c042b8db3d05
Contents?: true
Size: 476 Bytes
Versions: 6
Compression:
Stored size: 476 Bytes
Contents
<div class='mp'> <h1 id="Ordered-Lists">Ordered Lists</h1> <h2 id="Simple-ordered-lists">Simple ordered lists</h2> <h3 id="One-item-list">One-item list</h3> <ol> <li>Hello, world!</li> </ol> <h3 id="Three-item-list">Three-item list</h3> <ol> <li>Hello, world!</li> <li>Item 2</li> <li>Item 3</li> </ol> <h3 id="Four-item-list-with-all-1s">Four-item list with all 1s</h3> <ol> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> <li>Item 4</li> </ol> </div>
Version data entries
6 entries across 6 versions & 2 rubygems