Add priority method to text preprocessor, improve handling of negatives.
Improve reliability of incrementing list-item counter; release 2.6!
Ensure newline-collapse settings are preserved, code tidies regarding whitespace collapsing.
Add speak-as support in counter-styles, some codestyle improvements.
Correct inherieance to include unmodified counters.
Add support for marker-side property.
Corrections for display: list-item.
1. It's display: list-item, not display: list
2. Insert an implicit counter-increment: list-item
Preprocess away lists, add builtin ::before/::after support.
Implement counter-styles into counters infrastructure.
Move shorthand utils into Stylist Traits & switch to matching license.
Parse longhand list-style property.
Parse list-style longhand properties, tweak counter-lookup.
Test counters() handling against longhand rather than shorthand.
Because that's where it'll be passed
Start testing counters implementations, fix syntactic shorthand lowering for counter[s]() functions.
Release new Haskell Stylist & XML Conduit Stylist!
XML Conduit Stylist changed to abstract away Haskell Stylist's breaking datastructure changes.
Substitute in counters for any CSS textual property, not just `content`.
Will be required by Rhapsode for navigational markers.
Implement whitespace collapse, togglable via white-space: pre/normal;
Parse & prepare to handle white-space: pre;