ordered_list.html (157B)
1 <ol> 2 <li>one</li> 3 <li>two</li> 4 </ol> 5 <p>repeating numbers:</p> 6 <ol> 7 <li>one</li> 8 <li>two</li> 9 </ol> 10 <p>large numbers:</p> 11 <ol start="123"> 12 <li>one</li> 13 </ol>
just-a-blogA bad blogging software that converts Markdown into PHP for some reason. | |
Log | Files | Refs | README | LICENSE |