I have an ordered list and I\'d like to skip the number output from a particular item.
Traditional output:
1. List item 2. List item 3. List item 4. List
One thing I tried that seemed to work was just adding a font-size: 0. This could be applied to the aforementioned "skip" class.
Admittedly, this solution lacks some HTML purity, but is quite simple.