Changes

Line 210: Line 210:     
==Ordered List Formats==
 
==Ordered List Formats==
 +
 +
===Simple===
 +
 +
<ol style="list-style-type:decimal">
 +
  <li>Item 1</li>
 +
    <ol style="list-style-type:lower-alpha">
 +
      <li>Item a</li>
 +
      <li>Item b</li>
 +
      <li>Item c</li>
 +
    </ol>
 +
  <li>Item 2</li>
 +
    <ol style="list-style-type:lower-latin">
 +
      <li>Item a</li>
 +
      <li>Item b</li>
 +
      <li>Item c</li>
 +
    </ol>
 +
  <li>Item 3</li>
 +
</ol>
 +
 +
===Complex===
    
<ol style="list-style-type:decimal">
 
<ol style="list-style-type:decimal">
12,080

edits