| Path: | CHANGELOG | 
| Last Update: | Thu Aug 26 13:40:12 -0600 2010 | 
Before, the style applied to the first list item applied to the entire list. Now, class/id/style placed before the list applies to the list element and after the hash or asterisk applies to the list item. For example:
                                 <ul id="groceries">
  (#groceries)# Milk               <li>milk</li>
  # Eggs                           <li>eggs</li>
  #(optional) granola              <li class="optional">granola</li>
                                 </ul>