I should be able to define bullet lists with other indicators

(User Story, Investigate , Priority: Medium, Test Status: No automated tests yet , Reported By Justin du Coeur, )
Summary: CSS allows all sorts of things in the list-style-type -- we should make it easy to use those, probably with an optional parameter to _bulleted.
I'm thinking here that _bulleted might take a flag that says what to do, like _bulleted(circle) or _bulleted(1) or _bulleted(A), to signify the first leading character. Or maybe be more explicit with _bulleted(roman).
This should allow all of the forms, but numeric lists are the most important.