Path: | CHANGELOG |
Last Update: | Thu Mar 24 21:35:23 +0000 2011 |
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>